diff options
author | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2006-10-31 14:39:54 +0000 |
---|---|---|
committer | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2006-10-31 14:39:54 +0000 |
commit | dead08578073f9859f28663e9ef5ca9a841133a6 (patch) | |
tree | d8fc2e673f9346ac7e6d030dcdc5bf18c1fedb66 /regress/sbin/ipsecctl/Makefile | |
parent | c5d3912eea7e4415362535e76e02a37acd1b589d (diff) |
Add some regression tests for odd ipsecctl behaviour noticed by
Prabhu Gurumurt. Test ikefail10 should fail, but does not and needs
to be fixed.
Diffstat (limited to 'regress/sbin/ipsecctl/Makefile')
-rw-r--r-- | regress/sbin/ipsecctl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/sbin/ipsecctl/Makefile b/regress/sbin/ipsecctl/Makefile index f6653e03080..ad6eb21be05 100644 --- a/regress/sbin/ipsecctl/Makefile +++ b/regress/sbin/ipsecctl/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.42 2006/08/29 23:15:01 naddy Exp $ +# $OpenBSD: Makefile,v 1.43 2006/10/31 14:39:53 hshoexer Exp $ # TARGETS # ipsec: feed ipsecNN.in through ipsecctl and check wether the output matches @@ -14,7 +14,7 @@ TCPMD5TESTS=1 2 3 SATESTS=1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 SAFAIL=1 2 IPSECFAIL=1 2 -IKEFAIL=1 3 4 5 6 7 +IKEFAIL=1 3 4 5 6 7 8 9 10 11 12 IKETESTS=1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 IKETESTS+=16 17 18 19 20 21 22 23 IKETESTS+=29 30 31 32 33 34 35 36 37 38 39 40 |