diff options
author | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2006-06-02 06:21:15 +0000 |
---|---|---|
committer | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2006-06-02 06:21:15 +0000 |
commit | 2126588ba87084fb78a6afe1129e085148bb1157 (patch) | |
tree | db5c03e4701463b7b5f4fd036282ec2f0bdcfe56 | |
parent | 7e6c1cfa7bdf36f7a49a7a57a20facbf5be6ad9b (diff) |
enable all ike tests, even though some of them are currently broken.
-rw-r--r-- | regress/sbin/ipsecctl/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/regress/sbin/ipsecctl/Makefile b/regress/sbin/ipsecctl/Makefile index f1c17ff8df4..c1aad3dd11b 100644 --- a/regress/sbin/ipsecctl/Makefile +++ b/regress/sbin/ipsecctl/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.27 2006/06/02 06:10:08 hshoexer Exp $ +# $OpenBSD: Makefile,v 1.28 2006/06/02 06:21:14 hshoexer Exp $ # TARGETS # ipsec: feed ipsecNN.in through ipsecctl and check wether the output matches @@ -16,8 +16,8 @@ SAFAIL=1 IPSECFAIL=1 2 IKEFAIL=1 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 24 -#IKETESTS+=25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 +IKETESTS+=16 17 18 19 20 21 22 23 +IKETESTS+=29 30 31 32 33 34 35 36 37 38 39 40 IKETESTS+=41 SHELL=/bin/sh |