From: Nick Alcock Date: Wed, 29 Aug 2012 22:02:46 +0000 (+0100) Subject: tests: fix misc/sort-exit-early to skip if root X-Git-Tag: v8.20~162 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43f17f39e75390f080472a0a2e7d226e1a8f499e;p=thirdparty%2Fcoreutils.git tests: fix misc/sort-exit-early to skip if root * tests/misc/sort-exit-early: skip_if_root_ as this test requires an unwritable input and an unreadable output. --- diff --git a/tests/misc/sort-exit-early b/tests/misc/sort-exit-early index 7470aad527..5ad6d41aab 100755 --- a/tests/misc/sort-exit-early +++ b/tests/misc/sort-exit-early @@ -18,6 +18,7 @@ . "${srcdir=.}/init.sh"; path_prepend_ ../src print_ver_ sort +skip_if_root_ # Check output is writable before starting to sort touch input