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

index 4d3467bff6c415b0a7b3f87b792ca558d6f18b47..b021c5707994d9291c91eaf155544303332a7a09 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/$$