summaryrefslogtreecommitdiff
path: root/tests/split/filter
diff options
context:
space:
mode:
Diffstat (limited to 'tests/split/filter')
-rwxr-xr-xtests/split/filter2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/split/filter b/tests/split/filter
index 1a7b06ac1..4c25c5fcd 100755
--- a/tests/split/filter
+++ b/tests/split/filter
@@ -18,7 +18,7 @@
. "${srcdir=.}/init.sh"; path_prepend_ ../src
print_ver_ split
-xz --version || skip_ "xz (better than gzip/bzip2) required"
+xz --version || skip_test_ "xz (better than gzip/bzip2) required"
for total_n_lines in 5 3000 20000; do
seq $total_n_lines > in || framework_failure_