[openssh-commits] [openssh] branch master updated: minix doesn't have loopback, so skip penalty tests
git+noreply at mindrot.org
git+noreply at mindrot.org
Mon Jun 17 15:07:02 AEST 2024
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch master
in repository openssh.
The following commit(s) were added to refs/heads/master by this push:
new 1c207f45 minix doesn't have loopback, so skip penalty tests
1c207f45 is described below
commit 1c207f456ace38987deda047758d13fbf857f948
Author: Damien Miller <djm at mindrot.org>
AuthorDate: Mon Jun 17 15:06:01 2024 +1000
minix doesn't have loopback, so skip penalty tests
pointed out by dtucker@
---
.github/configs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/configs b/.github/configs
index a34276a0..6134cb6e 100755
--- a/.github/configs
+++ b/.github/configs
@@ -290,7 +290,7 @@ case "${TARGET_HOST}" in
hostkey-agent key-options keyscan knownhosts-command login-timeout
reconfigure reexec rekey scp scp-uri scp3 sftp sftp-badcmds
sftp-batch sftp-cmds sftp-glob sftp-perm sftp-uri stderr-data
- transfer"
+ transfer penalty penalty-expire"
SKIP_LTESTS="$(echo $T)"
TEST_TARGET=t-exec
SUDO=""
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list