summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhenning <henning@openbsd.org>2002-12-05 14:14:50 +0000
committerhenning <henning@openbsd.org>2002-12-05 14:14:50 +0000
commit987e652c7672202d2ff8106a7d1159583ef2cf27 (patch)
tree5890b816ed61175120319ad08b58b2cd163d06b7
parentno more rule numbers in output (diff)
downloadwireguard-openbsd-987e652c7672202d2ff8106a7d1159583ef2cf27.tar.xz
wireguard-openbsd-987e652c7672202d2ff8106a7d1159583ef2cf27.zip
and we no longer need to strip the rule numbers off, as they are gone
-rw-r--r--regress/sbin/pfctl/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/regress/sbin/pfctl/Makefile b/regress/sbin/pfctl/Makefile
index f6a330a70ef..df087710370 100644
--- a/regress/sbin/pfctl/Makefile
+++ b/regress/sbin/pfctl/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.49 2002/12/05 13:43:17 markus Exp $
+# $OpenBSD: Makefile,v 1.50 2002/12/05 14:14:50 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
@@ -26,7 +26,6 @@ pf${n}:
REGRESS_TARGETS+=selfpf${n}
selfpf${n}:
if pfctl -nv -f - < ${.CURDIR}/pf${n}.in | \
- sed 's/^@[^ ]* //' |\
pfctl -nvf - > /dev/null; then \
true ; \
else \