Merging upstream version 1.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
992afe8498
commit
0c0a7befad
16 changed files with 414 additions and 235 deletions
|
@ -22,10 +22,14 @@ mkdir tmp
|
|||
printf "testing pdlzip..."
|
||||
cd "${objdir}"/tmp
|
||||
|
||||
cat "${testdir}"/test1 > in || framework_failure
|
||||
cat "${testdir}"/test.txt > in || framework_failure
|
||||
fail=0
|
||||
|
||||
"${LZIP}" -cd "${testdir}"/test1.lz > copy || fail=1
|
||||
"${LZIP}" -t "${testdir}"/test.lz || fail=1
|
||||
"${LZIP}" -cd "${testdir}"/test.lz > copy || fail=1
|
||||
cmp in copy || fail=1
|
||||
"${LZIP}" -t "${testdir}"/test.lzma || fail=1
|
||||
"${LZIP}" -cd "${testdir}"/test.lzma > copy || fail=1
|
||||
cmp in copy || fail=1
|
||||
|
||||
for i in s4Ki 0 1 2 3 4 5 6 7 8s16 9s16 ; do
|
||||
|
|
BIN
testsuite/test.lzma
Normal file
BIN
testsuite/test.lzma
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue