aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2022-05-23 20:17:42 +0300
committerLasse Collin <lasse.collin@tukaani.org>2022-05-23 20:17:42 +0300
commit4a8e4a7b0ad4b03c0ac6862716c3457452cdaf8c (patch)
tree2b38260846bc301c98f39c13ad06f915e62a9551 /tests
parentTests: Remove progress indicator from test_compress.sh. (diff)
downloadxz-4a8e4a7b0ad4b03c0ac6862716c3457452cdaf8c.tar.xz
Tests: Remove unneeded commented lines from test_compress.sh.
Diffstat (limited to 'tests')
-rwxr-xr-xtests/test_compress.sh13
1 files changed, 0 insertions, 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