From: Darren Tucker Date: Sat, 10 May 2025 11:48:06 +0000 (+1000) Subject: Skip sftp-perm on Cygwin too. X-Git-Tag: V_10_1_P1~295 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ddfb78a15f57a33427d462b9c401de5c8e6799da;p=thirdparty%2Fopenssh-portable.git Skip sftp-perm on Cygwin too. --- diff --git a/.github/configs b/.github/configs index 8e11af25c..f3235c5a7 100755 --- a/.github/configs +++ b/.github/configs @@ -348,7 +348,7 @@ case "$host" in # Don't run compat tests on cygwin as they don't currently compile. TEST_TARGET="tests" # Not sure why these tests fail on github. - SKIP_LTESTS="keygen-knownhosts sftp-cmds" + SKIP_LTESTS="keygen-knownhosts sftp-cmds sftp-perm" ;; *-darwin*) # Unless specified otherwise, build without OpenSSL on Mac OS since