diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2012-10-13 10:07:16 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2012-10-13 10:07:16 +0000 |
commit | 54ba4779b678b725fe5b0eca42645d2668b3331a (patch) | |
tree | 2b99c64411a76eec0d313c57a444a83e94e9963b /regress/usr.bin | |
parent | 636bef3bc0e8f59d2441b731e132a5fdcbc9b2be (diff) |
fix test now that we forbid unclosed specs
Diffstat (limited to 'regress/usr.bin')
-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 |