diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 11:52:32 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 11:52:32 +0000 |
commit | de06b1d957bdad592fff87e845d27d40cfcbd694 (patch) | |
tree | 38d1a64462988c92f82b12d2ea3dca6864006003 /testsuite/check.sh | |
parent | Adding upstream version 1.17. (diff) | |
download | lziprecover-a5afd6ff6fa35a43fb3c09c2f34b98e9b01fb9ff.tar.xz lziprecover-a5afd6ff6fa35a43fb3c09c2f34b98e9b01fb9ff.zip |
Adding upstream version 1.18~pre1.upstream/1.18_pre1
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'testsuite/check.sh')
-rwxr-xr-x | testsuite/check.sh | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/testsuite/check.sh b/testsuite/check.sh index 1df77a3..8a9c81d 100755 --- a/testsuite/check.sh +++ b/testsuite/check.sh @@ -105,7 +105,6 @@ printf . cat in in > in2 || framework_failure cat "${in_lz}" "${in_lz}" > copy2.lz || framework_failure "${LZIP}" -t copy2.lz || fail=1 -printf . "${LZIP}" -cd copy2.lz > copy2 || fail=1 cmp in2 copy2 || fail=1 printf . @@ -210,19 +209,14 @@ printf . "${LZIPRECOVER}" -mf -o copy.lz "${bad3_lz}" "${bad4_lz}" "${bad5_lz}" || fail=1 cmp "${in_lz}" copy.lz || fail=1 -printf . "${LZIPRECOVER}" -mf -o copy.lz "${bad3_lz}" "${bad5_lz}" "${bad4_lz}" || fail=1 cmp "${in_lz}" copy.lz || fail=1 -printf . "${LZIPRECOVER}" -mf -o copy.lz "${bad4_lz}" "${bad3_lz}" "${bad5_lz}" || fail=1 cmp "${in_lz}" copy.lz || fail=1 -printf . "${LZIPRECOVER}" -mf -o copy.lz "${bad4_lz}" "${bad5_lz}" "${bad3_lz}" || fail=1 cmp "${in_lz}" copy.lz || fail=1 -printf . "${LZIPRECOVER}" -mf -o copy.lz "${bad5_lz}" "${bad3_lz}" "${bad4_lz}" || fail=1 cmp "${in_lz}" copy.lz || fail=1 -printf . "${LZIPRECOVER}" -mf -o copy.lz "${bad5_lz}" "${bad4_lz}" "${bad3_lz}" || fail=1 cmp "${in_lz}" copy.lz || fail=1 printf . @@ -250,6 +244,10 @@ rm -f copy.lz if [ $? = 0 ] && [ ! -e copy.lz ] ; then printf . ; else printf - ; fail=1 ; fi "${LZIPRECOVER}" -R -o copy.lz "${bad2_lz}" -q if [ $? = 2 ] && [ ! -e copy.lz ] ; then printf . ; else printf - ; fail=1 ; fi +"${LZIPRECOVER}" -R -o copy.lz "${bad3_lz}" -q +if [ $? = 2 ] && [ ! -e copy.lz ] ; then printf . ; else printf - ; fail=1 ; fi +"${LZIPRECOVER}" -R -o copy.lz "${bad4_lz}" -q +if [ $? = 2 ] && [ ! -e copy.lz ] ; then printf . ; else printf - ; fail=1 ; fi "${LZIPRECOVER}" -Rf -o copy.lz "${f5b1_lz}" || fail=1 cmp "${fox5_lz}" copy.lz || fail=1 "${LZIPRECOVER}" -Rf -o copy.lz "${bad1_lz}" || fail=1 |