summaryrefslogtreecommitdiff
path: root/regress/putty-ciphers.sh
diff options
context:
space:
mode:
authordtucker <dtucker>2008-07-04 07:10:30 +0000
committerdtucker <dtucker>2008-07-04 07:10:30 +0000
commit618c7d85d574df7ff31ec48968d756dd4bccd130 (patch)
tree871f2619913447f1911a67f173f2a31ecb6c5b08 /regress/putty-ciphers.sh
parentacae5ece8c0219a7099c98154404f1ef26740d48 (diff)
downloadopenssh-618c7d85d574df7ff31ec48968d756dd4bccd130.tar.gz
- djm@cvs.openbsd.org 2008/06/30 10:31:11
[putty-transfer.sh putty-kex.sh putty-ciphers.sh] remove "set -e" left over from debugging
Diffstat (limited to 'regress/putty-ciphers.sh')
-rw-r--r--regress/putty-ciphers.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/regress/putty-ciphers.sh b/regress/putty-ciphers.sh
index e9196d62..40435ef4 100644
--- a/regress/putty-ciphers.sh
+++ b/regress/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