]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Require non-root.
authorJim Meyering <jim@meyering.net>
Thu, 6 Feb 2003 08:09:53 +0000 (08:09 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 6 Feb 2003 08:09:53 +0000 (08:09 +0000)
tests/rm/isatty

index cf161336ce3f3a65bfce22a0a24b683eae99680d..31fd0f495758600842703d517e2ceb1a8ab03ca6 100755 (executable)
@@ -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/$$