diff options
Diffstat (limited to 'regress/sbin/pfctl/Makefile')
-rw-r--r-- | regress/sbin/pfctl/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/regress/sbin/pfctl/Makefile b/regress/sbin/pfctl/Makefile index 75ffec3cafd..6d12c2ad164 100644 --- a/regress/sbin/pfctl/Makefile +++ b/regress/sbin/pfctl/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.73 2003/02/18 17:54:01 henning Exp $ +# $OpenBSD: Makefile,v 1.74 2003/02/18 18:05:52 henning Exp $ PFTESTS=1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 PFTESTS+=28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 @@ -17,9 +17,8 @@ PFOPT=1 REGRESS_TARGETS+=pfail${n} pfail${n}: - if pfctl -nv -f - < ${.CURDIR}/pfail${n}.in > /dev/null 2>&1 ; then \ - false ; \ - fi + pfctl -nv -f - < ${.CURDIR}/pfail${n}.in 2>&1 | \ + diff -u ${.CURDIR}/pfail${n}.ok /dev/stdin .endfor |