diff options
author | Damien Miller <djm@mindrot.org> | 2009-02-16 05:21:39 +0100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2009-02-16 05:21:39 +0100 |
commit | 3f94aaf38c815f0aa72c3c7bf40491c8d456e929 (patch) | |
tree | cbed0240d51a5217b546279dc7b7bc1b34d0c6cc /regress/putty-ciphers.sh | |
parent | - djm@cvs.openbsd.org 2009/02/14 06:35:49 (diff) | |
download | openssh-3f94aaf38c815f0aa72c3c7bf40491c8d456e929.tar.xz openssh-3f94aaf38c815f0aa72c3c7bf40491c8d456e929.zip |
- (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.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/regress/putty-ciphers.sh b/regress/putty-ciphers.sh index 441053627..928ea60d2 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 |