summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>2004-01-25 21:28:35 +0000
committermillert <millert@openbsd.org>2004-01-25 21:28:35 +0000
commitc3ff68a7905ceffcba4bce87c3ccda57b50650d3 (patch)
tree1387267fe1d1f64d6fd10fb2f6643502889fc935
parentTwo more tests; based on a failure Matthieu found with my first (diff)
downloadwireguard-openbsd-c3ff68a7905ceffcba4bce87c3ccda57b50650d3.tar.xz
wireguard-openbsd-c3ff68a7905ceffcba4bce87c3ccda57b50650d3.zip
Add missing REGRESS_TARGETS for t15 and t16
-rw-r--r--regress/usr.bin/grep/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/usr.bin/grep/Makefile b/regress/usr.bin/grep/Makefile
index d379f91a5cc..ad7c17c7d47 100644
--- a/regress/usr.bin/grep/Makefile
+++ b/regress/usr.bin/grep/Makefile
@@ -1,6 +1,6 @@
-# $OpenBSD: Makefile,v 1.7 2004/01/25 21:26:55 millert Exp $
+# $OpenBSD: Makefile,v 1.8 2004/01/25 21:28:35 millert Exp $
-REGRESS_TARGETS=t1 t2 t3 t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14
+REGRESS_TARGETS=t1 t2 t3 t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16
t1:
grep t.s ${.CURDIR}/in | diff - ${.CURDIR}/t1.out