diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 11:52:38 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 11:52:38 +0000 |
commit | d296515f4777d1e4b7d78e6aa8ea698162bfbc2b (patch) | |
tree | 3a4ce9f245a9eb30538daa0b9b62c16146d9ad0e /testsuite | |
parent | Adding debian version 1.17-1. (diff) | |
download | lziprecover-d296515f4777d1e4b7d78e6aa8ea698162bfbc2b.tar.xz lziprecover-d296515f4777d1e4b7d78e6aa8ea698162bfbc2b.zip |
Merging upstream version 1.18~pre1.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'testsuite')
-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 |