diff options
author | Ryan Thomas McBride <mcbride@cvs.openbsd.org> | 2002-11-28 12:44:43 +0000 |
---|---|---|
committer | Ryan Thomas McBride <mcbride@cvs.openbsd.org> | 2002-11-28 12:44:43 +0000 |
commit | b562d2aa5e0795844dec271b5951d2cfb4b70b05 (patch) | |
tree | dd70e8dc3f1d20e0840550500bfa5e637fd652b5 /regress/sbin/pfctl/Makefile | |
parent | 5d70fd749f43e3bf31f76b7d833124eb424ef784 (diff) |
add regression test for nat pools
ok henning@
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 99c9771e74f..8cf69711318 100644 --- a/regress/sbin/pfctl/Makefile +++ b/regress/sbin/pfctl/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.44 2002/11/27 19:00:21 henning Exp $ +# $OpenBSD: Makefile,v 1.45 2002/11/28 12:44:42 mcbride 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 +PFTESTS+=28 29 30 31 32 33 34 35 36 PFFAIL=1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 PFSIMPLE=1 2 PFSETUP=1 |