diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2002-09-20 09:40:20 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2002-09-20 09:40:20 +0000 |
commit | fb296632222a96f6a8f92af4df98bf43a4a71f83 (patch) | |
tree | 48eb78a8f14d378d4946907b3814d5cefebbd6e1 /regress/sbin | |
parent | f5d97394816949104f30ad544f3a1d353af24e0a (diff) |
test line continuation
Diffstat (limited to 'regress/sbin')
-rw-r--r-- | regress/sbin/pfctl/Makefile | 4 | ||||
-rw-r--r-- | regress/sbin/pfctl/pf30.in | 7 | ||||
-rw-r--r-- | regress/sbin/pfctl/pf30.ok | 1 |
3 files changed, 10 insertions, 2 deletions
diff --git a/regress/sbin/pfctl/Makefile b/regress/sbin/pfctl/Makefile index 9573530e68f..9b4c9f1c0fc 100644 --- a/regress/sbin/pfctl/Makefile +++ b/regress/sbin/pfctl/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.35 2002/09/18 14:03:48 henning Exp $ +# $OpenBSD: Makefile,v 1.36 2002/09/20 09:40:19 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 +PFTESTS+=28 29 30 PFFAIL=1 2 3 4 5 6 7 8 9 10 11 12 13 14 PFSIMPLE=1 2 diff --git a/regress/sbin/pfctl/pf30.in b/regress/sbin/pfctl/pf30.in new file mode 100644 index 00000000000..8ea25780929 --- /dev/null +++ b/regress/sbin/pfctl/pf30.in @@ -0,0 +1,7 @@ +#test line continuation + +block \ + in \ + on lo0 \ + from any \ + to any diff --git a/regress/sbin/pfctl/pf30.ok b/regress/sbin/pfctl/pf30.ok new file mode 100644 index 00000000000..576a28e1401 --- /dev/null +++ b/regress/sbin/pfctl/pf30.ok @@ -0,0 +1 @@ +@0 block in on lo0 all |