]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Resync PuTTY interop tests.
authorDarren Tucker <dtucker@dtucker.net>
Tue, 31 Aug 2021 07:04:50 +0000 (17:04 +1000)
committerDarren Tucker <dtucker@dtucker.net>
Tue, 31 Aug 2021 07:04:50 +0000 (17:04 +1000)
Resync behaviour when REGRESS_INTEROP_PUTTY is not set with OpenBSD.

regress/putty-ciphers.sh
regress/putty-kex.sh
regress/putty-transfer.sh

index 708c288d73ae87f4c112af72956f4e02aef274cf..ace882714935e6d8b5e5263e4ba3240f34459aed 100644 (file)
@@ -4,8 +4,7 @@
 tid="putty ciphers"
 
 if test "x$REGRESS_INTEROP_PUTTY" != "xyes" ; then
-       echo "putty interop tests not enabled"
-       exit 0
+       fatal "putty interop tests not enabled"
 fi
 
 for c in aes 3des aes128-ctr aes192-ctr aes256-ctr chacha20 ; do
index 686d0e1af2e58785f9f7c819b34842811f3570c6..c9214f677a4d176485d2d3f6fb90ae046de1f719 100644 (file)
@@ -4,8 +4,7 @@
 tid="putty KEX"
 
 if test "x$REGRESS_INTEROP_PUTTY" != "xyes" ; then
-       echo "putty interop tests not enabled"
-       exit 0
+       fatal "putty interop tests not enabled"
 fi
 
 for k in dh-gex-sha1 dh-group1-sha1 dh-group14-sha1 ecdh ; do
index 14b41022f8a6c90e3c3ee7cd9936a897ca06041e..e36e8284bb84b0bb99dd0be4aaa3bbb4ec3bd0fb 100644 (file)
@@ -4,8 +4,7 @@
 tid="putty transfer data"
 
 if test "x$REGRESS_INTEROP_PUTTY" != "xyes" ; then
-       echo "putty interop tests not enabled"
-       exit 0
+       fatal "putty interop tests not enabled"
 fi
 
 if [ "`${SSH} -Q compression`" = "none" ]; then