diff options
author | Jim Meyering <jim@meyering.net> | 2003-02-06 08:09:53 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-02-06 08:09:53 +0000 |
commit | 505f652d9e8a40b5bad1d3df09b4ed5ecc33d19f (patch) | |
tree | 50d24797a00163aa49fbfc7c9c579213d43b1881 | |
parent | 73eae2675d06b74a914d2082139a1f0b36e971b0 (diff) | |
download | coreutils-505f652d9e8a40b5bad1d3df09b4ed5ecc33d19f.tar.xz |
Require non-root.
-rwxr-xr-x | tests/rm/isatty | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/rm/isatty b/tests/rm/isatty index cf161336c..31fd0f495 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/$$ |