diff options
author | Theodoros V. Kalamatianos <thkala@softlab.ece.ntua.gr> | 2006-11-24 22:08:33 +0100 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-11-24 22:08:33 +0100 |
commit | c8092e5db09cf4ae46142305e67c924f8b16837a (patch) | |
tree | e15571e07c4f40f3c11e3ff390cd9884dbe0319c /tests | |
parent | 8cafe0070a5fee3d078e29819a4a6bb831ea080f (diff) | |
download | coreutils-c8092e5db09cf4ae46142305e67c924f8b16837a.tar.xz |
* tests/du/inacc-dest: Skip this test when running as root.
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/du/inacc-dest | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/du/inacc-dest b/tests/du/inacc-dest index b8bc5ac37..0ff6b96ec 100755 --- a/tests/du/inacc-dest +++ b/tests/du/inacc-dest @@ -26,6 +26,7 @@ fi . $srcdir/../envvar-check . $srcdir/../lang-default +PRIV_CHECK_ARG=require-non-root . $srcdir/../priv-check pwd=`pwd` t0=`echo "$0"|sed 's,.*/,,'`.tmp; tmp=$t0/$$ |