diff options
Diffstat (limited to 'tests/tail-2/append-only')
-rwxr-xr-x | tests/tail-2/append-only | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tail-2/append-only b/tests/tail-2/append-only index ba55fcf7d..1457b1352 100755 --- a/tests/tail-2/append-only +++ b/tests/tail-2/append-only @@ -28,7 +28,7 @@ chattr +a f 2>/dev/null || chattr_a_works=0 echo x >> f || chattr_a_works=0 if test $chattr_a_works = 0; then - skip_test_ "chattr +a doesn't work on this file system" + skip_ "chattr +a doesn't work on this file system" fi |