Merging upstream version 1.2~rc2.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
ba4a53106a
commit
fc3dff6861
20 changed files with 918 additions and 1253 deletions
|
@ -160,7 +160,7 @@ if [ $? = 2 ] ; then printf . ; else printf - ; fail=1 ; fi
|
|||
cmp in copy || fail=1
|
||||
printf .
|
||||
|
||||
dd if="${in_lz}" bs=1024 count=10 > trunc.lz 2> /dev/null || framework_failure
|
||||
dd if="${in_lz}" bs=1024 count=6 > trunc.lz 2> /dev/null || framework_failure
|
||||
"${LZIP}" -tq trunc.lz
|
||||
if [ $? = 2 ] ; then printf . ; else printf - ; fail=1 ; fi
|
||||
"${LZIP}" -cdq trunc.lz > out
|
||||
|
|
1212
testsuite/test.txt
1212
testsuite/test.txt
File diff suppressed because it is too large
Load diff
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue