summaryrefslogtreecommitdiff
path: root/regress
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2002-07-20 19:52:51 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2002-07-20 19:52:51 +0000
commitd773293fb0c1634eb37305c9cca0a4a0b5f31b0e (patch)
treeee461347722eeaeb848415ed7fb85cb982d9c186 /regress
parente4a211bbec694bd8f760b505efa05e164a04da1b (diff)
use diff nicer
Diffstat (limited to 'regress')
-rw-r--r--regress/sbin/pfctl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/sbin/pfctl/Makefile b/regress/sbin/pfctl/Makefile
index 783ddd81013..154f2ff5b51 100644
--- a/regress/sbin/pfctl/Makefile
+++ b/regress/sbin/pfctl/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.24 2002/07/15 18:19:37 henning Exp $
+# $OpenBSD: Makefile,v 1.25 2002/07/20 19:52:50 deraadt 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
PFFAIL=1 2 3 4 5 6 7 8 9 10 11 12
@@ -18,7 +18,7 @@ REGRESSTARGETS+=pf${n}
pf${n}:
pfctl -nv -f - < ${.CURDIR}/pf${n}.in | \
- cmp -s ${.CURDIR}/pf${n}.ok /dev/stdin
+ diff -u ${.CURDIR}/pf${n}.ok /dev/stdin
.endfor