aboutsummaryrefslogtreecommitdiff
path: root/tests/test_compress.sh
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-01-19 21:37:16 +0100
committerLasse Collin <lasse.collin@tukaani.org>2009-01-26 20:01:51 +0200
commit850f7400428dc9c5fd08a2f35a5bd2c9e45aede2 (patch)
tree14a0142d5d5b37c860dffc5d6a11100100aa79b9 /tests/test_compress.sh
parentAdd lzma_block_buffer_decode(). (diff)
downloadxz-850f7400428dc9c5fd08a2f35a5bd2c9e45aede2.tar.xz
remove trailing blanks from all but .xz files
Diffstat (limited to 'tests/test_compress.sh')
-rwxr-xr-xtests/test_compress.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_compress.sh b/tests/test_compress.sh
index 9a3f25d8..975c1f15 100755
--- a/tests/test_compress.sh
+++ b/tests/test_compress.sh
@@ -111,7 +111,7 @@ do
# --subblock=size=8,rle=4 \
# --subblock=size=8,rle=8 \
# --subblock=size=4096,rle=12 \
-#
+#
for ARGS in \
--delta=dist=1 \
--delta=dist=4 \
@@ -124,7 +124,7 @@ 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