diff options
author | 2012-10-13 10:07:15 +0000 | |
---|---|---|
committer | 2012-10-13 10:07:15 +0000 | |
commit | 49aa2b6a2c09e81df0d2916f22e1126ac16b30fc (patch) | |
tree | f3c062fe01a12286e2abace8f5e127d77aca7fa0 | |
parent | when makemap is executed in sendmail mode, check if ".db" is part of the (diff) | |
download | wireguard-openbsd-49aa2b6a2c09e81df0d2916f22e1126ac16b30fc.tar.xz wireguard-openbsd-49aa2b6a2c09e81df0d2916f22e1126ac16b30fc.zip |
fix test now that we forbid unclosed specs
-rw-r--r-- | regress/usr.bin/make/mk10 | 6 | ||||
-rw-r--r-- | regress/usr.bin/make/t10.out | 1 |
2 files changed, 1 insertions, 6 deletions
diff --git a/regress/usr.bin/make/mk10 b/regress/usr.bin/make/mk10 index a6078ed65ad..798541dcd03 100644 --- a/regress/usr.bin/make/mk10 +++ b/regress/usr.bin/make/mk10 @@ -1,12 +1,8 @@ -# $OpenBSD: mk10,v 1.1 2000/12/31 16:44:14 espie Exp $ +# $OpenBSD: mk10,v 1.2 2012/10/13 10:07:15 espie Exp $ all: a b/o/d.e z.b a: -# Regression test: this will parse as a recursive variable which -# does not exist, but should not be interpreted as a dynamic variable - # ${@D) abcd ${@F} -# And this is the real one # ${@D} ${@F} b/o/d.e: diff --git a/regress/usr.bin/make/t10.out b/regress/usr.bin/make/t10.out index fac80afe774..16f28757177 100644 --- a/regress/usr.bin/make/t10.out +++ b/regress/usr.bin/make/t10.out @@ -1,4 +1,3 @@ -# # . a # b/o d.e # . z |