diff options
Diffstat (limited to 'tests/touch/not-owner')
-rwxr-xr-x | tests/touch/not-owner | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/touch/not-owner b/tests/touch/not-owner index 953e76b28..1166c1608 100755 --- a/tests/touch/not-owner +++ b/tests/touch/not-owner @@ -21,11 +21,11 @@ print_ver_ touch if env -- test -w /; then - skip_test_ you have write access to /. + skip_ you have write access to /. fi if env -- test -O / || env -- test -G /; then - skip_test_ "you own /." + skip_ "you own /." fi skip_if_root_ |