[openssh-commits] [openssh] 01/03: upstream: Fix skip message.
git+noreply at mindrot.org
git+noreply at mindrot.org
Thu May 28 18:33:42 AEST 2026
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit 0e2db7bc017d968ef57b0b5b4fd86643ecdb05e4
Author: dtucker at openbsd.org <dtucker at openbsd.org>
AuthorDate: Mon May 4 10:57:24 2026 +0000
upstream: Fix skip message.
OpenBSD-Regress-ID: d192bbc19cc5914e64a3bb35a347eca0318729af
---
regress/kbdint.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/regress/kbdint.sh b/regress/kbdint.sh
index 7db876180..6c29b9298 100644
--- a/regress/kbdint.sh
+++ b/regress/kbdint.sh
@@ -1,4 +1,4 @@
-# $OpenBSD: kbdint.sh,v 1.2 2026/02/24 00:39:59 dtucker Exp $
+# $OpenBSD: kbdint.sh,v 1.3 2026/05/04 10:57:24 dtucker Exp $
# Placed in the Public Domain.
#
# This tests keyboard-interactive authentication. It does not run by default,
@@ -11,7 +11,7 @@
tid="kbdint"
if [ -z "$SUDO" -o ! -f ${OBJ}/kbdintpw ]; then
- skip "Password auth requires SUDO and kbdintpw file."
+ skip "kbdint auth test requires SUDO and kbdintpw file."
fi
# Enable keyboard-interactive auth
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list