From: Jim Meyering Date: Thu, 6 Feb 2003 08:09:53 +0000 (+0000) Subject: Require non-root. X-Git-Tag: v4.5.6~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=505f652d9e8a40b5bad1d3df09b4ed5ecc33d19f;p=thirdparty%2Fcoreutils.git Require non-root. --- diff --git a/tests/rm/isatty b/tests/rm/isatty index cf161336ce..31fd0f4957 100755 --- a/tests/rm/isatty +++ b/tests/rm/isatty @@ -7,6 +7,7 @@ if test "$VERBOSE" = yes; then fi . $srcdir/../lang-default +PRIV_CHECK_ARG=require-non-root . $srcdir/../priv-check pwd=`pwd` t0=`echo "$0"|sed 's,.*/,,'`.tmp;tmp=$t0/$$