summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2005-04-22 00:38:24 +0000
committermiod <miod@openbsd.org>2005-04-22 00:38:24 +0000
commit776ea8717157460fc0d2a5b630b4b9f7aa71046f (patch)
tree06a1ee80f2d05ff3f12baa60d35fdcb5b7c460f2
parentUse REGRESS_TARGETS. (diff)
downloadwireguard-openbsd-776ea8717157460fc0d2a5b630b4b9f7aa71046f.tar.xz
wireguard-openbsd-776ea8717157460fc0d2a5b630b4b9f7aa71046f.zip
Do not trigger (valid) DIAGNOSTIC complaints with an incorrect test.
-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)