[openssh-commits] [openssh] 01/01: upstream: more detail for failing tests
git+noreply at mindrot.org
git+noreply at mindrot.org
Tue Dec 22 17:48:36 AEDT 2020
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch master
in repository openssh.
commit 3eb647cbb34d87a063aa7714256c6e56103fffda
Author: djm at openbsd.org <djm at openbsd.org>
Date: Tue Dec 22 06:47:24 2020 +0000
upstream: more detail for failing tests
OpenBSD-Regress-ID: c68c0e5a521cad7e7f68e54c54ebf86d6c10ee1d
---
regress/knownhosts-command.sh | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/regress/knownhosts-command.sh b/regress/knownhosts-command.sh
index 6881d607..f15df670 100644
--- a/regress/knownhosts-command.sh
+++ b/regress/knownhosts-command.sh
@@ -1,4 +1,4 @@
-# $OpenBSD: knownhosts-command.sh,v 1.1 2020/12/22 06:03:36 djm Exp $
+# $OpenBSD: knownhosts-command.sh,v 1.2 2020/12/22 06:47:24 djm Exp $
# Placed in the Public Domain.
tid="known hosts command "
@@ -44,8 +44,8 @@ for keytype in ${SSH_HOSTKEY_TYPES} ; do
cat > $OBJ/knownhosts_command << _EOF
#!/bin/sh
die() { echo "\$@" 1>&2 ; exit 1; }
-test "x\$1" = "x$keytype" || die "wrong keytype \$1"
-test "x\$3" = "x$LOGNAME" || die "wrong username \$3"
+test "x\$1" = "x$keytype" || die "wrong keytype \$1 (expected $keytype)"
+test "x\$3" = "x$LOGNAME" || die "wrong username \$3 (expected $LOGNAME)"
grep -- "\$1.*\$2" $OBJ/known_hosts
_EOF
${SSH} -F $OBJ/ssh_proxy -oHostKeyAlgorithms=$keytype x true ||
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list