summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2023-01-25 21:58:40 +1100
committerDarren Tucker <dtucker@dtucker.net>2023-01-25 21:58:40 +1100
commitc3ffb54b4fc5e608206037921db6ccbc2f5ab25f (patch)
tree8d75d273f4a988dc99d3c53b0915a5b73cdaaed7
parent35253af01d8c0ab444c8377402121816e71c71f5 (diff)
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.
-rw-r--r--regress/connection-timeout.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/regress/connection-timeout.sh b/regress/connection-timeout.sh
index 6c0c0b22..c77abb38 100644
--- a/regress/connection-timeout.sh
+++ b/regress/connection-timeout.sh
@@ -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