mirror of
git://anongit.mindrot.org/openssh.git
synced 2024-12-17 23:54:35 +00:00
Skip connection-timeout when missing FD passing.
This tests uses multiplexing which uses file descriptor passing, so skip it if we don't have that. Fixes test failures on Cygwin.
This commit is contained in:
parent
35253af01d
commit
c3ffb54b4f
@ -2,6 +2,9 @@
|
||||
# Placed in the Public Domain.
|
||||
|
||||
tid="unused connection timeout"
|
||||
if config_defined DISABLE_FD_PASSING ; then
|
||||
skip "not supported on this platform"
|
||||
fi
|
||||
|
||||
CTL=$OBJ/ctl-sock
|
||||
cp $OBJ/sshd_proxy $OBJ/sshd_proxy.orig
|
||||
|
Loading…
Reference in New Issue
Block a user