diff options
Diffstat (limited to '')
-rwxr-xr-x | tests/test_compress.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test_compress.sh b/tests/test_compress.sh index d0511e44..667d8fda 100755 --- a/tests/test_compress.sh +++ b/tests/test_compress.sh @@ -69,7 +69,8 @@ test_lzma() { echo . | tr -d '\n\r' } -LZMA="../src/lzma/lzma --memory=15Mi --threads=1" +# TODO: Remove --format=xz once the command name has been changed. +LZMA="../src/lzma/lzma --memory=15Mi --threads=1 --format=xz" LZMADEC="../src/lzmadec/lzmadec --memory=4Mi" unset LZMA_OPT |