[openssh-commits] [openssh] 02/04: upstream: Replace fatal with exit in the case that we do not have
git+noreply at mindrot.org
git+noreply at mindrot.org
Fri Feb 23 14:07:31 AEDT 2018
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch master
in repository openssh.
commit df88551c02d4e3445c44ff67ba8757cff718609a
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date: Fri Feb 9 03:40:22 2018 +0000
upstream: Replace fatal with exit in the case that we do not have
$SUDO set. Prevents test failures when neither sudo nor doas are configured.
OpenBSD-Regress-ID: 6a0464decc4f8ac7d6eded556a032b0fc521bc7b
---
regress/agent-getpeereid.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/regress/agent-getpeereid.sh b/regress/agent-getpeereid.sh
index 037a5091..d19c77f0 100644
--- a/regress/agent-getpeereid.sh
+++ b/regress/agent-getpeereid.sh
@@ -1,4 +1,4 @@
-# $OpenBSD: agent-getpeereid.sh,v 1.9 2017/09/13 14:58:26 bluhm Exp $
+# $OpenBSD: agent-getpeereid.sh,v 1.10 2018/02/09 03:40:22 dtucker Exp $
# Placed in the Public Domain.
tid="disallow agent attach from other uid"
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list