[openssh-commits] [openssh] 01/02: 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:20:17 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 b5e9263c7704247f9624c8f5c458e9181fcdbc09
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 | 1 +
1 file changed, 1 insertion(+)
diff --git a/regress/agent-getpeereid.sh b/regress/agent-getpeereid.sh
index d19c77f0..8858fd18 100644
--- a/regress/agent-getpeereid.sh
+++ b/regress/agent-getpeereid.sh
@@ -18,6 +18,7 @@ case "x$SUDO" in
xdoas) ;;
x)
echo "need SUDO to switch to uid $UNPRIV"
+ echo SKIPPED
exit 0 ;;
*)
echo "unsupported $SUDO - "doas" and "sudo" are allowed"
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list