summaryrefslogtreecommitdiffstats
path: root/testsuite
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2015-11-07 05:10:03 +0000
committerDaniel Baumann <mail@daniel-baumann.ch>2015-11-07 05:10:03 +0000
commitdf409dd4fc7a0bfe48c40fab6dca07bcba160676 (patch)
treef3923adc44f5704dd8ccf5b6b7422487eea3e886 /testsuite
parentAdding upstream version 1.7. (diff)
downloadlunzip-df409dd4fc7a0bfe48c40fab6dca07bcba160676.tar.xz
lunzip-df409dd4fc7a0bfe48c40fab6dca07bcba160676.zip
Adding upstream version 1.8~pre1.upstream/1.8_pre1
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'testsuite')
-rwxr-xr-xtestsuite/check.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/check.sh b/testsuite/check.sh
index bdf4fdc..f647d6c 100755
--- a/testsuite/check.sh
+++ b/testsuite/check.sh
@@ -1,5 +1,5 @@
#! /bin/sh
-# check script for Lunzip - Decompressor for lzip files
+# check script for Lunzip - Decompressor for the lzip format
# Copyright (C) 2010-2015 Antonio Diaz Diaz.
#
# This script is free software: you have unlimited permission
@@ -75,7 +75,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 .
@@ -86,6 +85,7 @@ printf "to be overwritten" > copy2 || framework_failure
cmp in2 copy2 || fail=1
printf .
+rm -f copy
for i in 12 4096 4Ki 29 512KiB ; do
printf "to be overwritten" > copy || framework_failure
"${LZIP}" -df -u$i -o copy < "${in_lz}" || fail=1