1
0
Fork 0

Adding upstream version 0.4.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-20 14:27:26 +01:00
parent aa21ef5801
commit de2a929d0f
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
5 changed files with 18 additions and 14 deletions

View file

@ -27,8 +27,6 @@ fail=0
printf "testing lzd-%s..." "$2"
"${LZIP}" < "${in_lz}" > /dev/full 2> /dev/null
if [ $? = 1 ] ; then printf . ; else fail=1 ; printf - ; fi
"${LZIP}" < "${in}" 2> /dev/null
if [ $? = 2 ] ; then printf . ; else fail=1 ; printf - ; fi
dd if="${in_lz}" bs=1 count=6 2> /dev/null | "${LZIP}" 2> /dev/null