Skip agent-getpeereid when running as root.

This commit is contained in:
Darren Tucker 2022-02-21 21:27:20 +11:00
parent fbd772570a
commit 81d33d8e3c
1 changed files with 3 additions and 0 deletions

View File

@ -12,6 +12,9 @@ if config_defined HAVE_GETPEEREID HAVE_GETPEERUCRED HAVE_SO_PEERCRED ; then
else
skip "skipped (not supported on this platform)"
fi
if test "x$USER" = "xroot"; then
skip "skipped (running as root)"
fi
case "x$SUDO" in
xsudo) sudo=1;;
xdoas|xdoas\ *) ;;