This means running "make tests" without SUDO set will perform all of the
tests that it can instead of failing on the ones it cannot run.
-# $OpenBSD: keys-command.sh,v 1.7 2021/09/01 00:50:27 dtucker Exp $
+# $OpenBSD: keys-command.sh,v 1.8 2021/09/30 04:22:50 dtucker Exp $
# Placed in the Public Domain.
tid="authorized keys from command"
if [ -z "$SUDO" -a ! -w /var/run ]; then
- fatal "need SUDO to create file in /var/run, test won't work without"
+ skip "need SUDO to create file in /var/run, test won't work without"
fi
rm -f $OBJ/keys-command-args
-# $OpenBSD: principals-command.sh,v 1.11 2019/12/16 02:39:05 djm Exp $
+# $OpenBSD: principals-command.sh,v 1.12 2021/09/30 04:22:50 dtucker Exp $
# Placed in the Public Domain.
tid="authorized principals command"
cp $OBJ/sshd_proxy $OBJ/sshd_proxy_bak
if [ -z "$SUDO" -a ! -w /var/run ]; then
- fatal "need SUDO to create file in /var/run, test won't work without"
+ skip "need SUDO to create file in /var/run, test won't work without"
fi
case "$SSH_KEYTYPES" in