summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2011-06-30 14:24:52 +0000
committerMarc Espie <espie@cvs.openbsd.org>2011-06-30 14:24:52 +0000
commit0bbef3ac8e35d3e021e993f55a344fc8d019b501 (patch)
tree5ec5aae2dd75e2a6e3e4d3852130dd35513d3cd4
parent9da9300ac1f2057fcadbc3cfe73bd70dbaac1145 (diff)
regress for fixed bug
-rw-r--r--regress/usr.bin/make/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/regress/usr.bin/make/Makefile b/regress/usr.bin/make/Makefile
index 554a465a0c2..4cc37499a19 100644
--- a/regress/usr.bin/make/Makefile
+++ b/regress/usr.bin/make/Makefile
@@ -1,8 +1,8 @@
-# $OpenBSD: Makefile,v 1.30 2011/06/30 13:12:45 espie Exp $
+# $OpenBSD: Makefile,v 1.31 2011/06/30 14:24:51 espie Exp $
# We don't pass t7, t13, t14, t17, t19, t20 t21 t26
# and t16 yields piss poor performance
-REGRESS_TARGETS=t1 t2 t3 t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19 t20 t21 t22 t23 t24 t25 t26 t27 t28 t29 t30 t31 t32 t33 t34 t35
+REGRESS_TARGETS=t1 t2 t3 t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19 t20 t21 t22 t23 t24 t25 t26 t27 t28 t29 t30 t31 t32 t33 t34 t35 t36
MALLOC_OPTIONS?=AZJ
t1: t1.out
@@ -141,6 +141,9 @@ t34:
t35:
cd ${.CURDIR} && env -i PATH=${PATH} MALLOC_OPTIONS=${MALLOC_OPTIONS} B=2 ${MAKE} -r -f mk32 all | diff - t35.out
+t36:
+ if echo '$$$$(A:&)' | env -i PATH=${PATH} MALLOC_OPTIONS=${MALLOC_OPTIONS} ${MAKE} -r -f - 2>/dev/null|| test $$? -ge 128; then false; fi
+
z.a:
touch $@