From: Darren Tucker Date: Tue, 20 May 2025 09:28:55 +0000 (+1000) Subject: Run all tests on Cygwin again. X-Git-Tag: V_10_1_P1~283 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6fb728df50c1afd338cb0223a84ce24579577eff;p=thirdparty%2Fopenssh-portable.git Run all tests on Cygwin again. ... now that we've fixed ci-setup on Cygwin. --- diff --git a/.github/configs b/.github/configs index f3235c5a7..a1059f935 100755 --- a/.github/configs +++ b/.github/configs @@ -347,8 +347,6 @@ case "$host" in SUDO="" # 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 sftp-perm" ;; *-darwin*) # Unless specified otherwise, build without OpenSSL on Mac OS since