diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2008-10-02 22:51:46 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2008-10-02 22:51:46 +0300 |
commit | bd137524f2f50e30ba054f42f1f6536cd3cee920 (patch) | |
tree | e28ca9e83380e9d7089d5dae4499df1967b5c064 /tests/test_compress.sh | |
parent | 4c321a41c482821aa3c4d64cdf886a6ed904d844 (diff) | |
download | xz-bd137524f2f50e30ba054f42f1f6536cd3cee920.tar.gz |
Initial changes to change the suffix of the new format to .xz.
This also fixes a bug related to --suffix option. Some issues
with suffixes with --format=raw were not fixed.
Diffstat (limited to 'tests/test_compress.sh')
-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 d0511e4..667d8fd 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 |