diff options
author | Ryan Thomas McBride <mcbride@cvs.openbsd.org> | 2004-02-04 18:30:33 +0000 |
---|---|---|
committer | Ryan Thomas McBride <mcbride@cvs.openbsd.org> | 2004-02-04 18:30:33 +0000 |
commit | 8f0815d068192c20c17eaaf4a65b134b6dc4e6d3 (patch) | |
tree | 5e8c8a4973148000a19d452606f50154025f98f9 | |
parent | ed85d8ab18019201fd2e1d3afaeb0f91a6272af9 (diff) |
Test comment continuation with \
-rw-r--r-- | regress/sbin/pfctl/Makefile | 4 | ||||
-rw-r--r-- | regress/sbin/pfctl/pf86.in | 4 | ||||
-rw-r--r-- | regress/sbin/pfctl/pf86.ok | 0 |
3 files changed, 6 insertions, 2 deletions
diff --git a/regress/sbin/pfctl/Makefile b/regress/sbin/pfctl/Makefile index 2108d362952..7810a54fa37 100644 --- a/regress/sbin/pfctl/Makefile +++ b/regress/sbin/pfctl/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.173 2004/02/03 19:39:45 henning Exp $ +# $OpenBSD: Makefile,v 1.174 2004/02/04 18:30:32 mcbride Exp $ # TARGETS # pf: feed pfNN.in through pfctl and check wether the output matches pfNN.ok @@ -13,7 +13,7 @@ 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 44 45 46 47 48 49 50 PFTESTS+=51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 -PFTESTS+=74 75 76 77 78 79 80 81 82 83 84 85 +PFTESTS+=74 75 76 77 78 79 80 81 82 83 84 85 86 PFFAIL=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 PFFAIL+=28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 PFSIMPLE=1 2 diff --git a/regress/sbin/pfctl/pf86.in b/regress/sbin/pfctl/pf86.in new file mode 100644 index 00000000000..80dcbd40e90 --- /dev/null +++ b/regress/sbin/pfctl/pf86.in @@ -0,0 +1,4 @@ +# test comment continuation with \ +pass in all + +# The rule above should not be evaluated diff --git a/regress/sbin/pfctl/pf86.ok b/regress/sbin/pfctl/pf86.ok new file mode 100644 index 00000000000..e69de29bb2d --- /dev/null +++ b/regress/sbin/pfctl/pf86.ok |