summaryrefslogtreecommitdiff
path: root/regress/sys
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2005-04-22 00:38:25 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2005-04-22 00:38:25 +0000
commit7102af90d5d205ad0826346650bbd84ca7178f52 (patch)
treebd6c6b9bd1c7d907a39895bd92684e9ea299d545 /regress/sys
parent36bb8deba1b4180098873e410af3078b63a6b14e (diff)
Do not trigger (valid) DIAGNOSTIC complaints with an incorrect test.
Diffstat (limited to 'regress/sys')
-rw-r--r--regress/sys/kern/extent/tests4
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/sys/kern/extent/tests b/regress/sys/kern/extent/tests
index 057ef009a6f..7f69a1e20fc 100644
--- a/regress/sys/kern/extent/tests
+++ b/regress/sys/kern/extent/tests
@@ -1,4 +1,4 @@
-# $OpenBSD: tests,v 1.1 2005/04/21 17:45:54 miod Exp $
+# $OpenBSD: tests,v 1.2 2005/04/22 00:38:24 miod Exp $
# $NetBSD: tests,v 1.9 2005/03/15 18:27:23 bouyer Exp $
#fill up an extent, should coalesce into one allocation
@@ -13,7 +13,7 @@ print
#check whether subregion is obeyed (PR kern/7539)
extent test2 0 0x2f EX_NOCOALESCE
alloc_region 0x00 0x10
-alloc_subregion 0x20 0x30 0x10
+alloc_subregion 0x20 0x2f 0x10
print
#check overlap into subregion (fixed in 1.25)