summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2015-05-29 18:27:21 +1000
committerDamien Miller <djm@mindrot.org>2015-05-29 18:27:21 +1000
commit51a1c2115265c6e80ede8a5c9dccada9aeed7143 (patch)
tree0c099167815384f518a36431bbafbb10750cef4c
parent599f01142a376645b15cbc9349d7e8975e1cf245 (diff)
skip, rather than fatal when run without SUDO set
-rw-r--r--regress/principals-command.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/regress/principals-command.sh b/regress/principals-command.sh
index c3816e08..90064373 100644
--- a/regress/principals-command.sh
+++ b/regress/principals-command.sh
@@ -6,8 +6,10 @@ tid="authorized principals command"
rm -f $OBJ/user_ca_key* $OBJ/cert_user_key*
cp $OBJ/sshd_proxy $OBJ/sshd_proxy_bak
-if [ -z "$SUDO" ]; then
- fatal "need SUDO to create file in /var/run, test won't work without"
+if test -z "$SUDO" ; then
+ echo "skipped (SUDO not set)"
+ echo "need SUDO to create file in /var/run, test won't work without"
+ exit 0
fi
# Establish a AuthorizedPrincipalsCommand in /var/run where it will have