Use "skip" function instead doing it ourselves.

This commit is contained in:
Darren Tucker 2024-02-06 11:18:44 +11:00
parent 3ad669f81a
commit 0f6a8a0d0a
No known key found for this signature in database
1 changed files with 1 additions and 2 deletions

View File

@ -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