diff options
author | 2011-07-11 20:35:41 +0000 | |
---|---|---|
committer | 2011-07-11 20:35:41 +0000 | |
commit | b73789d042fd8a6b0b37def82fe6af7153bb5f5c (patch) | |
tree | 6f7d235d0ec7d2c771855e2ee220810f6a0a7eea | |
parent | Only complain about zero-sized structures/unions when in strict (diff) | |
download | wireguard-openbsd-b73789d042fd8a6b0b37def82fe6af7153bb5f5c.tar.xz wireguard-openbsd-b73789d042fd8a6b0b37def82fe6af7153bb5f5c.zip |
how annoying. soembody added a regress test that would have caught my
grep bug, but didn't turn it on.
-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 4785a837f89..1c05761915e 100644 --- a/regress/usr.bin/grep/Makefile +++ b/regress/usr.bin/grep/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.13 2007/02/13 21:48:20 kili Exp $ +# $OpenBSD: Makefile,v 1.14 2011/07/11 20:35:41 tedu Exp $ 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 + t18 t19 t20 t21 t22 t23 t24 t1: grep t.s ${.CURDIR}/in | diff - ${.CURDIR}/t1.out |