summaryrefslogtreecommitdiff
path: root/regress/putty-ciphers.sh
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2008-07-04 17:10:30 +1000
committerDarren Tucker <dtucker@zip.com.au>2008-07-04 17:10:30 +1000
commit5d6d70a8429824b3d0fb3a0faf70333c062c8925 (patch)
tree9f53d15a0842acacc0816d7d896b498d62965da6 /regress/putty-ciphers.sh
parent8c7a14ea2897c384d4c2ebbb0d96eb8f84544d6a (diff)
- 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 e9196d621..40435ef41 100644
--- a/regress/putty-ciphers.sh
+++ b/regress/putty-ciphers.sh
@@ -1,4 +1,4 @@
1# $OpenBSD: putty-ciphers.sh,v 1.1 2007/12/21 04:13:53 djm Exp $ 1# $OpenBSD: putty-ciphers.sh,v 1.2 2008/06/30 10:31:11 djm Exp $
2# Placed in the Public Domain. 2# Placed in the Public Domain.
3 3
4tid="putty ciphers" 4tid="putty ciphers"
@@ -6,8 +6,6 @@ tid="putty ciphers"
6DATA=/bin/ls 6DATA=/bin/ls
7COPY=${OBJ}/copy 7COPY=${OBJ}/copy
8 8
9set -e
10
11if test "x$REGRESS_INTEROP_PUTTY" != "xyes" ; then 9if test "x$REGRESS_INTEROP_PUTTY" != "xyes" ; then
12 fatal "putty interop tests not enabled" 10 fatal "putty interop tests not enabled"
13fi 11fi