[openssh-commits] [openssh] 02/03: upstream: ssh-agent doesn't actually take -v,
git+noreply at mindrot.org
git+noreply at mindrot.org
Thu Feb 9 21:08:47 AEDT 2023
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit caec6da1a583ed8c32c6ad3b81bbcaab46ac8b61
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date: Wed Feb 8 08:06:03 2023 +0000
upstream: ssh-agent doesn't actually take -v,
so the recently-added ones will result in the test not cleaning up
after itself. Patch from cjwatson at debian.org vi bz#3536.
OpenBSD-Regress-ID: 1fc8283568f5bf2f918517c2c1e778072cf61b1a
---
regress/agent-getpeereid.sh | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/regress/agent-getpeereid.sh b/regress/agent-getpeereid.sh
index 79e9c7d9..f6532f0e 100644
--- a/regress/agent-getpeereid.sh
+++ b/regress/agent-getpeereid.sh
@@ -1,3 +1,4 @@
+# $OpenBSD: agent-getpeereid.sh,v 1.15 2023/02/08 08:06:03 dtucker Exp $
# $OpenBSD: agent-getpeereid.sh,v 1.13 2021/09/01 00:50:27 dtucker Exp $
# Placed in the Public Domain.
@@ -53,7 +54,7 @@ else
fi
trace "kill agent"
- ${SSHAGENT} -vvv -k >>$OBJ/ssh-agent.log 2>&1
+ ${SSHAGENT} -k >>$OBJ/ssh-agent.log 2>&1
fi
rm -f ${OBJ}/agent
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list