diff options
author | Jim Meyering <meyering@redhat.com> | 2011-05-07 07:48:00 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2011-05-07 07:48:00 +0200 |
commit | 3c8ff029d4475eb79f69c98420f93e93a42a25dc (patch) | |
tree | 713704f4622f257d6f0211c3a3e01b7d5446cf3f /tests/split | |
parent | 09baf2287ee1b4e104f5cea1d1b3495ecd5c9d16 (diff) | |
download | coreutils-3c8ff029d4475eb79f69c98420f93e93a42a25dc.tar.xz |
tests: don't fail the split --filter=CMD test if xz is not available
* tests/split/filter: Skip if xz is not installed.
Diffstat (limited to 'tests/split')
-rwxr-xr-x | tests/split/filter | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/split/filter b/tests/split/filter index 88321c0dc..1a7b06ac1 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_ |