diff options
author | Mike Frantzen <frantzen@cvs.openbsd.org> | 2002-06-07 18:36:55 +0000 |
---|---|---|
committer | Mike Frantzen <frantzen@cvs.openbsd.org> | 2002-06-07 18:36:55 +0000 |
commit | 88498cda4ac6be3c8f90587b7b7bc0f01edd63b3 (patch) | |
tree | daf55490a9b43a14e98f4715892e80b8a66671b0 /regress | |
parent | 20619f62a1516a5a5eedcace307757309f8a37b0 (diff) |
whoops. turn on the IPv6 scope test
Diffstat (limited to 'regress')
-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 b244e19b3d5..16a0e38f296 100644 --- a/regress/sbin/pfctl/Makefile +++ b/regress/sbin/pfctl/Makefile @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.13 2002/02/18 13:08:51 art Exp $ +# $OpenBSD: Makefile,v 1.14 2002/06/07 18:36:54 frantzen Exp $ -PFTESTS=1 2 3 4 5 6 7 8 9 10 11 12 13 +PFTESTS=1 2 3 4 5 6 7 8 9 10 11 12 13 14 PFFAIL=1 2 3 4 5 6 7 8 .for n in ${PFFAIL} |