From: Darren Tucker Date: Tue, 6 Feb 2024 00:18:44 +0000 (+1100) Subject: Use "skip" function instead doing it ourselves. X-Git-Tag: V_9_7_P1~32 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0f6a8a0d0a518fd78c4cbebfdac990a57a1c4e41;p=thirdparty%2Fopenssh-portable.git Use "skip" function instead doing it ourselves. --- diff --git a/regress/multiplex.sh b/regress/multiplex.sh index 8282d0d94..b992cd412 100644 --- a/regress/multiplex.sh +++ b/regress/multiplex.sh @@ -8,8 +8,7 @@ tid="connection multiplexing" trace "will use ProxyCommand $proxycmd" if config_defined DISABLE_FD_PASSING ; then - echo "skipped (not supported on this platform)" - exit 0 + skip "not supported on this platform (FD passing disabled)" fi P=3301 # test port