diff options
Diffstat (limited to 'tests/test_compress.sh')
-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 |