diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 15:54:34 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 15:54:34 +0000 |
commit | 0365128151213dce330455157d2d98630a8216d2 (patch) | |
tree | c724560cc31cc2161d214eaeb2fbfcfa58eb010f /testsuite | |
parent | Adding upstream version 1.4~rc1. (diff) | |
download | plzip-0365128151213dce330455157d2d98630a8216d2.tar.xz plzip-0365128151213dce330455157d2d98630a8216d2.zip |
Adding upstream version 1.4.upstream/1.4
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to '')
-rwxr-xr-x | testsuite/check.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/testsuite/check.sh b/testsuite/check.sh index 88e8f83..b054bf1 100755 --- a/testsuite/check.sh +++ b/testsuite/check.sh @@ -79,7 +79,6 @@ printf . cat in in > in2 || framework_failure "${LZIP}" -o copy2 < in2 || fail=1 "${LZIP}" -t copy2.lz || fail=1 -printf . "${LZIP}" -cd copy2.lz > copy2 || fail=1 cmp in2 copy2 || fail=1 printf . |