diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2003-02-18 19:11:58 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2003-02-18 19:11:58 +0000 |
commit | 68e76b618efbefb7afeac5c3e0694dcccaf90c06 (patch) | |
tree | e45989d2626eb39e929d041fcb99aa4fb7b5d68d /regress/sbin/pfctl/Makefile | |
parent | 91ea1d2eceda89d60fcae545bc02eeb83e1bd451 (diff) |
test correct operation of the -N, -O, -A and -R load options.
some of these fail right now.
Diffstat (limited to 'regress/sbin/pfctl/Makefile')
-rw-r--r-- | regress/sbin/pfctl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/sbin/pfctl/Makefile b/regress/sbin/pfctl/Makefile index 6d12c2ad164..1a719e03e86 100644 --- a/regress/sbin/pfctl/Makefile +++ b/regress/sbin/pfctl/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.74 2003/02/18 18:05:52 henning Exp $ +# $OpenBSD: Makefile,v 1.75 2003/02/18 19:11:57 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 @@ -11,7 +11,7 @@ PFLOAD+=30 31 32 34 36 38 39 40 44 49 #disabled now due to no altq and table in anchors #PFLOAD+=33 35 43 48 PFTABLE=1 2 3 4 5 6 7 8 9 10 11 12 -PFOPT=1 +PFOPT=1 2 3 4 5 .for n in ${PFFAIL} REGRESS_TARGETS+=pfail${n} |