From 4a8e4a7b0ad4b03c0ac6862716c3457452cdaf8c Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Mon, 23 May 2022 20:17:42 +0300 Subject: [PATCH] Tests: Remove unneeded commented lines from test_compress.sh. --- tests/test_compress.sh | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/tests/test_compress.sh b/tests/test_compress.sh index 2ac25c7e..6a486d4c 100755 --- a/tests/test_compress.sh +++ b/tests/test_compress.sh @@ -101,16 +101,6 @@ do test_xz -3 test_xz -4 - # Disabled until Subblock format is stable. -# --subblock \ -# --subblock=size=1 \ -# --subblock=size=1,rle=1 \ -# --subblock=size=1,rle=4 \ -# --subblock=size=4,rle=4 \ -# --subblock=size=8,rle=4 \ -# --subblock=size=8,rle=8 \ -# --subblock=size=4096,rle=12 \ -# for ARGS in \ --delta=dist=1 \ --delta=dist=4 \ @@ -123,9 +113,6 @@ do --sparc do test_xz $ARGS --lzma2=dict=64KiB,nice=32,mode=fast - - # Disabled until Subblock format is stable. - # test_xz --subblock $ARGS --lzma2=dict=64KiB,nice=32,mode=fast done done