[openssh-commits] [openssh] branch master updated: upstream: same treatment for this test

git+noreply at mindrot.org git+noreply at mindrot.org
Sun Jun 16 21:55:32 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 48443d20 upstream: same treatment for this test
48443d20 is described below

commit 48443d202eaec52d4d39defdd709a4499a7140c6
Author: djm at openbsd.org <djm at openbsd.org>
AuthorDate: Sun Jun 16 11:54:49 2024 +0000

    upstream: same treatment for this test
    
    OpenBSD-Regress-ID: d0cc9efca7833e673ea7b0cb3a679a3acee8d4c7
---
 regress/penalty-expire.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/regress/penalty-expire.sh b/regress/penalty-expire.sh
index 30b7bd45..4f0bbe63 100644
--- a/regress/penalty-expire.sh
+++ b/regress/penalty-expire.sh
@@ -24,6 +24,7 @@ verbose "penalty expiry"
 # Incur a penalty
 cat /dev/null > $OBJ/authorized_keys_${USER}
 ${SSH} -F $OBJ/ssh_config somehost true && fatal "authfail connect succeeded"
+sleep 2
 
 # Check denied
 cp $OBJ/authorized_keys_${USER}.bak $OBJ/authorized_keys_${USER}

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list