1
0
Fork 0

Merging upstream version 1.2~rc2.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-24 04:04:25 +01:00
parent ba4a53106a
commit fc3dff6861
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
20 changed files with 918 additions and 1253 deletions

View file

@ -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

File diff suppressed because it is too large Load diff

Binary file not shown.