summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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