From: Darren Tucker Date: Tue, 31 Aug 2021 07:04:50 +0000 (+1000) Subject: Resync PuTTY interop tests. X-Git-Tag: V_8_8_P1~48 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87ad70d605c3e39c9b8aa275db27120d7cc09b77;p=thirdparty%2Fopenssh-portable.git Resync PuTTY interop tests. Resync behaviour when REGRESS_INTEROP_PUTTY is not set with OpenBSD. --- diff --git a/regress/putty-ciphers.sh b/regress/putty-ciphers.sh index 708c288d7..ace882714 100644 --- a/regress/putty-ciphers.sh +++ b/regress/putty-ciphers.sh @@ -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 diff --git a/regress/putty-kex.sh b/regress/putty-kex.sh index 686d0e1af..c9214f677 100644 --- a/regress/putty-kex.sh +++ b/regress/putty-kex.sh @@ -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 diff --git a/regress/putty-transfer.sh b/regress/putty-transfer.sh index 14b41022f..e36e8284b 100644 --- a/regress/putty-transfer.sh +++ b/regress/putty-transfer.sh @@ -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