diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2001-05-14 13:19:25 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2001-05-14 13:19:25 +0000 |
commit | 21e55531a498e82f6643babf57257f1ebe43fb71 (patch) | |
tree | 216b53bd95aff8c7cae82f5825f13783792b2ca2 /regress/usr.bin | |
parent | e16d2ab2222a1759010c7f0da9b4ccd367827a36 (diff) |
Got two questions about it already: yes, t7 fails, and will until the cond
parser gets fixed.
Diffstat (limited to 'regress/usr.bin')
-rw-r--r-- | regress/usr.bin/make/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/regress/usr.bin/make/Makefile b/regress/usr.bin/make/Makefile index 48d3687bcf1..e003329300c 100644 --- a/regress/usr.bin/make/Makefile +++ b/regress/usr.bin/make/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2000/12/31 16:44:14 espie Exp $ +# $OpenBSD: Makefile,v 1.7 2001/05/14 13:19:24 espie Exp $ NOMAN= NOPROG= @@ -38,6 +38,7 @@ t5: t6: cd ${.CURDIR} && env -i PATH=${PATH} MALLOC_OPTIONS=${MALLOC_OPTIONS} ${MAKE} A=good -r -f mk6 | diff - t6.out +# This test currently fails, and will until the cond parser is rewritten. t7: if cd ${.CURDIR} && env -i PATH=${PATH} MALLOC_OPTIONS=${MALLOC_OPTIONS} ${MAKE} -r -f mk7 2>/dev/null; then false; fi |