diff options
author | 2002-06-07 18:36:54 +0000 | |
---|---|---|
committer | 2002-06-07 18:36:54 +0000 | |
commit | d77f9816849a277e7cec06691799ff5770764d0d (patch) | |
tree | 2351e63d4330cc25015c9e5bba1b98cc63fdd8ae | |
parent | regress test IPv6 scopes (diff) | |
download | wireguard-openbsd-d77f9816849a277e7cec06691799ff5770764d0d.tar.xz wireguard-openbsd-d77f9816849a277e7cec06691799ff5770764d0d.zip |
whoops. turn on the IPv6 scope test
-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} |