diff options
author | Jim Meyering <jim@meyering.net> | 2003-02-06 08:09:18 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-02-06 08:09:18 +0000 |
commit | 73eae2675d06b74a914d2082139a1f0b36e971b0 (patch) | |
tree | 63878a597574029874fc1f3998cab92090466d7a | |
parent | 692e0b022f3a7efdb6a4ad6bb5a46140cb3fc0e4 (diff) | |
download | coreutils-73eae2675d06b74a914d2082139a1f0b36e971b0.tar.xz |
Require non-root.
-rwxr-xr-x | tests/rm/cycle | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/rm/cycle b/tests/rm/cycle index 4d3467bff..b021c5707 100755 --- a/tests/rm/cycle +++ b/tests/rm/cycle @@ -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/$$ |