From c3ffb54b4fc5e608206037921db6ccbc2f5ab25f Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Wed, 25 Jan 2023 21:58:40 +1100 Subject: 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. --- regress/connection-timeout.sh | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.3