From 505f652d9e8a40b5bad1d3df09b4ed5ecc33d19f Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 6 Feb 2003 08:09:53 +0000 Subject: Require non-root. --- tests/rm/isatty | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/rm/isatty') 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/$$ -- cgit v1.2.3-54-g00ecf