aboutsummaryrefslogtreecommitdiff
path: root/tests/test_block_header.c
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2008-10-09 11:12:29 +0300
committerLasse Collin <lasse.collin@tukaani.org>2008-10-09 11:12:29 +0300
commit3c3905b53462ae235c9438d86a4dc51086410932 (patch)
tree7c3dfdb557af1f0d7faf232270a03b2ad3885c0e /tests/test_block_header.c
parentFixed some help messages. (diff)
downloadxz-3c3905b53462ae235c9438d86a4dc51086410932.tar.xz
Fixed the test that should have been fixed as part
of 1e8e4fd1f3e50129b4541406ad765d2aa1233943.
Diffstat (limited to '')
-rw-r--r--tests/test_block_header.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_block_header.c b/tests/test_block_header.c
index 7f94d837..4d398095 100644
--- a/tests/test_block_header.c
+++ b/tests/test_block_header.c
@@ -232,7 +232,7 @@ int
main(void)
{
lzma_init();
- succeed(lzma_lzma_preset(&opt_lzma, 0));
+ succeed(lzma_lzma_preset(&opt_lzma, 1));
test1();
test2();