diff options
author | 2002-12-13 22:07:32 +0000 | |
---|---|---|
committer | 2002-12-13 22:07:32 +0000 | |
commit | 99a32a0ca452b098a988a096ab8241d5566c2a49 (patch) | |
tree | 1dc5b8032aca8d20b4d419a9cce3bd9cfc37ca12 | |
parent | test extended syntax for queue assignment on filter rules (diff) | |
download | wireguard-openbsd-99a32a0ca452b098a988a096ab8241d5566c2a49.tar.xz wireguard-openbsd-99a32a0ca452b098a988a096ab8241d5566c2a49.zip |
test scrub options in unusual order
-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 ab623ce26f5..52a35174c31 100644 --- a/regress/sbin/pfctl/Makefile +++ b/regress/sbin/pfctl/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.55 2002/12/13 22:03:28 henning Exp $ +# $OpenBSD: Makefile,v 1.56 2002/12/13 22:07:32 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 +PFTESTS+=28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 PFFAIL=1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 PFSIMPLE=1 2 PFSETUP=1 |