summaryrefslogtreecommitdiff
path: root/tests/touch/not-owner
diff options
context:
space:
mode:
Diffstat (limited to 'tests/touch/not-owner')
-rwxr-xr-xtests/touch/not-owner6
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/touch/not-owner b/tests/touch/not-owner
index 9abb36ba1..4024e0351 100755
--- a/tests/touch/not-owner
+++ b/tests/touch/not-owner
@@ -26,13 +26,11 @@ fi
test=../../src/test
if $test -w /; then
- echo Skipping because you have write access to /.
- (exit 77); exit 77
+ skip_test_ you have write access to /.
fi
if $test -O / || $test -G /; then
- echo Skipping because you own /.
- (exit 77); exit 77
+ skip_test_ "you own /."
fi
. $srcdir/../test-lib.sh