Prevents test failures when neither sudo nor doas are configured.
-# $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"
else
echo neither sudo and sudoers nor doas.conf exist
echo SKIPPED
- fatal "need SUDO to switch to uid $UNPRIV," \
- "test won't work without"
+ exit 0
fi ;;
*) fatal 'unsupported $SUDO - "doas" and "sudo" are allowed' ;;
esac