diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 14:07:54 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 14:07:54 +0000 |
commit | b63c94237d26a4795bf71572a994705b93eb16a8 (patch) | |
tree | 2dd5bbdee1bdf4dcfedeb9fdff928ef541b4f50d /testsuite/check.sh | |
parent | Adding upstream version 1.7~rc1. (diff) | |
download | lzlib-b63c94237d26a4795bf71572a994705b93eb16a8.tar.xz lzlib-b63c94237d26a4795bf71572a994705b93eb16a8.zip |
Adding upstream version 1.7.upstream/1.7
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'testsuite/check.sh')
-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 621c535..78c1904 100755 --- a/testsuite/check.sh +++ b/testsuite/check.sh @@ -86,7 +86,6 @@ printf . cat in in > in2 || framework_failure "${LZIP}" -s16 -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 . |