From: Darren Tucker Date: Wed, 25 Jan 2023 10:58:40 +0000 (+1100) Subject: Skip connection-timeout when missing FD passing. X-Git-Tag: V_9_2_P1~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3ffb54b4fc5e608206037921db6ccbc2f5ab25f;p=thirdparty%2Fopenssh-portable.git 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. --- diff --git a/regress/connection-timeout.sh b/regress/connection-timeout.sh index 6c0c0b225..c77abb38d 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