summaryrefslogtreecommitdiff
path: root/regress/putty-ciphers.sh
diff options
context:
space:
mode:
authordjm <djm>2009-02-16 04:21:39 +0000
committerdjm <djm>2009-02-16 04:21:39 +0000
commitea23a8af2d56469b4cd1af63d3db1ea845a12903 (patch)
treecd017dd0013930739f81b37c6b33e2b977f841b8 /regress/putty-ciphers.sh
parent2b72856d34be6aed1a97ff11d0e6489b98c6a93f (diff)
downloadopenssh-ea23a8af2d56469b4cd1af63d3db1ea845a12903.tar.gz
- (djm) [regress/conch-ciphers.sh regress/putty-ciphers.sh]
[regress/putty-kex.sh regress/putty-transfer.sh] Downgrade disabled interop tests from FATAL error to a warning. Allows some interop tests to proceed if others are missing necessary prerequisites.
Diffstat (limited to 'regress/putty-ciphers.sh')
-rw-r--r--regress/putty-ciphers.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/regress/putty-ciphers.sh b/regress/putty-ciphers.sh
index 44105362..928ea60d 100644
--- a/regress/putty-ciphers.sh
+++ b/regress/putty-ciphers.sh
@@ -7,7 +7,8 @@ DATA=/bin/ls
COPY=${OBJ}/copy
if test "x$REGRESS_INTEROP_PUTTY" != "xyes" ; then
- fatal "putty interop tests not enabled"
+ echo "putty interop tests not enabled"
+ exit 0
fi
for c in aes blowfish 3des arcfour aes128-ctr aes192-ctr aes256-ctr ; do