summaryrefslogtreecommitdiffstats
path: root/regress/putty-transfer.sh
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2021-08-31 09:04:50 +0200
committerDarren Tucker <dtucker@dtucker.net>2021-08-31 09:04:50 +0200
commit87ad70d605c3e39c9b8aa275db27120d7cc09b77 (patch)
treefc52846f8245a8d90f742ed66d2b32cad0625c0a /regress/putty-transfer.sh
parentupstream: Specify hostkeyalgorithms in SSHFP test. (diff)
downloadopenssh-87ad70d605c3e39c9b8aa275db27120d7cc09b77.tar.xz
openssh-87ad70d605c3e39c9b8aa275db27120d7cc09b77.zip
Resync PuTTY interop tests.
Resync behaviour when REGRESS_INTEROP_PUTTY is not set with OpenBSD.
Diffstat (limited to '')
-rw-r--r--regress/putty-transfer.sh3
1 files changed, 1 insertions, 2 deletions
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