From 0f6a8a0d0a518fd78c4cbebfdac990a57a1c4e41 Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Tue, 6 Feb 2024 11:18:44 +1100 Subject: Use "skip" function instead doing it ourselves. --- regress/multiplex.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/regress/multiplex.sh b/regress/multiplex.sh index 8282d0d9..b992cd41 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 -- cgit v1.2.3