diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2008-09-27 19:09:21 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2008-09-27 19:09:21 +0300 |
commit | 1dcecfb09b55157b8653d747963069c8bed74f04 (patch) | |
tree | 81fa1f1e8bf6871981970ca826d897db6f33527b /tests/test_compress.sh | |
parent | Added 7z2lzma.bash. (diff) | |
download | xz-1dcecfb09b55157b8653d747963069c8bed74f04.tar.xz |
Some API changes, bug fixes, cleanups etc.
Diffstat (limited to '')
-rwxr-xr-x | tests/test_compress.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_compress.sh b/tests/test_compress.sh index 49f3fd50..05668191 100755 --- a/tests/test_compress.sh +++ b/tests/test_compress.sh @@ -121,8 +121,8 @@ do --armthumb \ --sparc do - test_lzma $ARGS --lzma2=dict=64KiB,fb=32,mode=fast - test_lzma --subblock $ARGS --lzma2=dict=64KiB,fb=32,mode=fast + test_lzma $ARGS --lzma2=dict=64KiB,nice=32,mode=fast + test_lzma --subblock $ARGS --lzma2=dict=64KiB,nice=32,mode=fast done echo |