From 0ad3659405614604f3b9d5769d1d135a3913be2f Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Mon, 30 Jun 2008 10:31:12 +0000 Subject: remove "set -e" left over from debugging --- regress/usr.bin/ssh/putty-ciphers.sh | 4 +--- regress/usr.bin/ssh/putty-kex.sh | 4 +--- regress/usr.bin/ssh/putty-transfer.sh | 4 +--- 3 files changed, 3 insertions(+), 9 deletions(-) (limited to 'regress/usr.bin') diff --git a/regress/usr.bin/ssh/putty-ciphers.sh b/regress/usr.bin/ssh/putty-ciphers.sh index e9196d62148..40435ef41a6 100644 --- a/regress/usr.bin/ssh/putty-ciphers.sh +++ b/regress/usr.bin/ssh/putty-ciphers.sh @@ -1,4 +1,4 @@ -# $OpenBSD: putty-ciphers.sh,v 1.1 2007/12/21 04:13:53 djm Exp $ +# $OpenBSD: putty-ciphers.sh,v 1.2 2008/06/30 10:31:11 djm Exp $ # Placed in the Public Domain. tid="putty ciphers" @@ -6,8 +6,6 @@ tid="putty ciphers" DATA=/bin/ls COPY=${OBJ}/copy -set -e - if test "x$REGRESS_INTEROP_PUTTY" != "xyes" ; then fatal "putty interop tests not enabled" fi diff --git a/regress/usr.bin/ssh/putty-kex.sh b/regress/usr.bin/ssh/putty-kex.sh index d0437c6d568..2534b857532 100644 --- a/regress/usr.bin/ssh/putty-kex.sh +++ b/regress/usr.bin/ssh/putty-kex.sh @@ -1,4 +1,4 @@ -# $OpenBSD: putty-kex.sh,v 1.1 2007/12/21 04:13:53 djm Exp $ +# $OpenBSD: putty-kex.sh,v 1.2 2008/06/30 10:31:11 djm Exp $ # Placed in the Public Domain. tid="putty KEX" @@ -6,8 +6,6 @@ tid="putty KEX" DATA=/bin/ls COPY=${OBJ}/copy -set -e - if test "x$REGRESS_INTEROP_PUTTY" != "xyes" ; then fatal "putty interop tests not enabled" fi diff --git a/regress/usr.bin/ssh/putty-transfer.sh b/regress/usr.bin/ssh/putty-transfer.sh index 0a4f34ee6dc..6b21f3be72b 100644 --- a/regress/usr.bin/ssh/putty-transfer.sh +++ b/regress/usr.bin/ssh/putty-transfer.sh @@ -1,4 +1,4 @@ -# $OpenBSD: putty-transfer.sh,v 1.1 2007/12/21 04:13:53 djm Exp $ +# $OpenBSD: putty-transfer.sh,v 1.2 2008/06/30 10:31:11 djm Exp $ # Placed in the Public Domain. tid="putty transfer data" @@ -6,8 +6,6 @@ tid="putty transfer data" DATA=/bin/ls COPY=${OBJ}/copy -set -e - if test "x$REGRESS_INTEROP_PUTTY" != "xyes" ; then fatal "putty interop tests not enabled" fi -- cgit v1.2.3