mirror of
https://github.com/coreutils/coreutils.git
synced 2024-12-24 01:07:02 +08:00
tests: don't fail the split --filter=CMD test if xz is not available
* tests/split/filter: Skip if xz is not installed.
This commit is contained in:
parent
09baf2287e
commit
3c8ff029d4
@ -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_
|
||||
|
Loading…
Reference in New Issue
Block a user