diff options
author | 2004-01-25 21:28:35 +0000 | |
---|---|---|
committer | 2004-01-25 21:28:35 +0000 | |
commit | c3ff68a7905ceffcba4bce87c3ccda57b50650d3 (patch) | |
tree | 1387267fe1d1f64d6fd10fb2f6643502889fc935 | |
parent | Two more tests; based on a failure Matthieu found with my first (diff) | |
download | wireguard-openbsd-c3ff68a7905ceffcba4bce87c3ccda57b50650d3.tar.xz wireguard-openbsd-c3ff68a7905ceffcba4bce87c3ccda57b50650d3.zip |
Add missing REGRESS_TARGETS for t15 and t16
-rw-r--r-- | regress/usr.bin/grep/Makefile | 4 |
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 |