summaryrefslogtreecommitdiff
path: root/tests/tail-2/append-only
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tail-2/append-only')
-rwxr-xr-xtests/tail-2/append-only3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/tail-2/append-only b/tests/tail-2/append-only
index 94adba558..606ed339a 100755
--- a/tests/tail-2/append-only
+++ b/tests/tail-2/append-only
@@ -32,8 +32,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
- echo "$0: chattr +a doesn't work on this file system; skipping this test " 1>&2
- (exit 77); exit 77
+ skip_test_ "chattr +a doesn't work on this file system"
fi
fail=0