From 43f17f39e75390f080472a0a2e7d226e1a8f499e Mon Sep 17 00:00:00 2001 From: Nick Alcock Date: Wed, 29 Aug 2012 23:02:46 +0100 Subject: 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. --- tests/misc/sort-exit-early | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/misc/sort-exit-early b/tests/misc/sort-exit-early index 7470aad52..5ad6d41aa 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 -- cgit v1.2.3-54-g00ecf