diff options
author | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2006-06-20 21:44:31 +0000 |
---|---|---|
committer | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2006-06-20 21:44:31 +0000 |
commit | 360f07889334d3cf6e13a950f3f244dab1d59233 (patch) | |
tree | 940da4a59855d90e598080324582892cfe91ddfb /regress/sbin/ipsecctl | |
parent | 15970c7df663bc8d861eb6f1c60563d9011a1b60 (diff) |
The ike/ikedel tests 48 to 50 do net exist yet. They will be needed
for stuff that will soon be commited. In the meanwhile disable
them. Noticed by david@, thanks!
Diffstat (limited to 'regress/sbin/ipsecctl')
-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 a0e6e3a57d3..6a99256f76a 100644 --- a/regress/sbin/ipsecctl/Makefile +++ b/regress/sbin/ipsecctl/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.35 2006/06/18 18:18:23 hshoexer Exp $ +# $OpenBSD: Makefile,v 1.36 2006/06/20 21:44:30 hshoexer Exp $ # TARGETS # ipsec: feed ipsecNN.in through ipsecctl and check wether the output matches @@ -18,12 +18,12 @@ IKEFAIL=1 3 4 5 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 -IKETESTS+=41 42 43 46 49 +IKETESTS+=41 42 43 46 IKEDELTESTS=1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 IKEDELTESTS+=16 17 18 19 20 21 22 23 IKEDELTESTS+=29 30 31 32 33 34 35 36 37 38 39 40 -IKEDELTESTS+=41 42 43 46 47 48 49 50 +IKEDELTESTS+=41 42 43 46 47 SHELL=/bin/sh |