From: dtucker@openbsd.org Date: Mon, 4 May 2026 10:57:24 +0000 (+0000) Subject: upstream: Fix skip message. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0e2db7bc017d968ef57b0b5b4fd86643ecdb05e4;p=thirdparty%2Fopenssh-portable.git upstream: Fix skip message. OpenBSD-Regress-ID: d192bbc19cc5914e64a3bb35a347eca0318729af --- 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