Skip to content

Commit c3ffb54

Browse files
committed
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.
1 parent 35253af commit c3ffb54

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

regress/connection-timeout.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
# Placed in the Public Domain.
33

44
tid="unused connection timeout"
5+
if config_defined DISABLE_FD_PASSING ; then
6+
skip "not supported on this platform"
7+
fi
58

69
CTL=$OBJ/ctl-sock
710
cp $OBJ/sshd_proxy $OBJ/sshd_proxy.orig

0 commit comments

Comments
 (0)