summaryrefslogtreecommitdiffstats
path: root/testsuite
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2018-12-28 13:34:09 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2018-12-28 13:34:09 +0000
commitb8aa9c64688c47e16073669c37d8b55e40844731 (patch)
treeb67b496713badab8b4a9d8695033bdaa957fc228 /testsuite
parentReleasing debian version 0.3-2. (diff)
downloadxlunzip-b8aa9c64688c47e16073669c37d8b55e40844731.tar.xz
xlunzip-b8aa9c64688c47e16073669c37d8b55e40844731.zip
Merging upstream version 0.4.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testsuite')
-rwxr-xr-xtestsuite/check.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/check.sh b/testsuite/check.sh
index 3fc9f12..7ed18f4 100755
--- a/testsuite/check.sh
+++ b/testsuite/check.sh
@@ -1,5 +1,5 @@
#! /bin/sh
-# check script for Xlunzip - Test tool for the lunzip linux module
+# check script for Xlunzip - Test tool for the lzip_decompress linux module
# Copyright (C) 2016-2018 Antonio Diaz Diaz.
#
# This script is free software: you have unlimited permission
@@ -129,6 +129,7 @@ cmp in2 copy2 || test_failed $LINENO
cat in2.lz > copy2.lz || framework_failure
printf "\ngarbage" >> copy2.lz || framework_failure
+"${LZIP}" -tvvvv copy2.lz 2> /dev/null || test_failed $LINENO
printf "to be overwritten" > copy2 || framework_failure
"${LZIP}" -df copy2.lz || test_failed $LINENO
cmp in2 copy2 || test_failed $LINENO