[openssh-commits] [openssh] 07/07: Skip sftp-perm on Cygwin too.
git+noreply at mindrot.org
git+noreply at mindrot.org
Sat May 10 22:19:42 AEST 2025
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit ddfb78a15f57a33427d462b9c401de5c8e6799da
Author: Darren Tucker <dtucker at dtucker.net>
AuthorDate: Sat May 10 21:48:06 2025 +1000
Skip sftp-perm on Cygwin too.
---
.github/configs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list