mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-31 01:35:11 +02:00
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"
|
trace "will use ProxyCommand $proxycmd"
|
||||||
if config_defined DISABLE_FD_PASSING ; then
|
if config_defined DISABLE_FD_PASSING ; then
|
||||||
echo "skipped (not supported on this platform)"
|
skip "not supported on this platform (FD passing disabled)"
|
||||||
exit 0
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
P=3301 # test port
|
P=3301 # test port
|
||||||
|
Loading…
x
Reference in New Issue
Block a user