From: Jim Meyering Date: Sat, 7 May 2011 05:48:00 +0000 (+0200) Subject: tests: don't fail the split --filter=CMD test if xz is not available X-Git-Tag: v8.13~179 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c8ff029d4475eb79f69c98420f93e93a42a25dc;p=thirdparty%2Fcoreutils.git tests: don't fail the split --filter=CMD test if xz is not available * tests/split/filter: Skip if xz is not installed. --- diff --git a/tests/split/filter b/tests/split/filter index 88321c0dc9..1a7b06ac1a 100755 --- a/tests/split/filter +++ b/tests/split/filter @@ -18,6 +18,7 @@ . "${srcdir=.}/init.sh"; path_prepend_ ../src print_ver_ split +xz --version || skip_ "xz (better than gzip/bzip2) required" for total_n_lines in 5 3000 20000; do seq $total_n_lines > in || framework_failure_