Use "skip" function instead doing it ourselves.
This commit is contained in:
parent
3ad669f81a
commit
0f6a8a0d0a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue