bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

coreutils 4.5.5: Non-root tests


From: Andreas Schwab
Subject: coreutils 4.5.5: Non-root tests
Date: Mon, 03 Feb 2003 14:41:38 +0100
User-agent: Gnus/5.090014 (Oort Gnus v0.14) Emacs/21.3.50 (ia64-suse-linux)

The test rm/cycle and rm/isatty require non-root to be successful.

Andreas.

2003-02-03  Andreas Schwab  <address@hidden>

        * tests/rm/cycle: Require non-root.
        * tests/rm/isatty: Likewise.

--- tests/rm/cycle
+++ tests/rm/cycle
@@ -7,6 +7,7 @@
 fi
 
 . $srcdir/../lang-default
+PRIV_CHECK_ARG=require-non-root . $srcdir/../priv-check
 
 pwd=`pwd`
 t0=`echo "$0"|sed 's,.*/,,'`.tmp; tmp=$t0/$$
--- tests/rm/isatty
+++ tests/rm/isatty
@@ -7,6 +7,7 @@
 fi
 
 . $srcdir/../lang-default
+PRIV_CHECK_ARG=require-non-root . $srcdir/../priv-check
 
 pwd=`pwd`
 t0=`echo "$0"|sed 's,.*/,,'`.tmp;tmp=$t0/$$

-- 
Andreas Schwab, SuSE Labs, address@hidden
SuSE Linux AG, Deutschherrnstr. 15-19, D-90429 Nürnberg
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."




reply via email to

[Prev in Thread] Current Thread [Next in Thread]