summaryrefslogtreecommitdiffstats
path: root/testsuite
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite')
-rwxr-xr-xtestsuite/check.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/testsuite/check.sh b/testsuite/check.sh
index a701bcb..5eaa679 100755
--- a/testsuite/check.sh
+++ b/testsuite/check.sh
@@ -27,8 +27,6 @@ fail=0
printf "testing lzd-%s..." "$2"
-"${LZIP}" < "${in_lz}" > /dev/full 2> /dev/null
-if [ $? = 1 ] ; then printf . ; else fail=1 ; printf - ; fi
"${LZIP}" < "${in}" 2> /dev/null
if [ $? = 2 ] ; then printf . ; else fail=1 ; printf - ; fi
dd if="${in_lz}" bs=1 count=6 2> /dev/null | "${LZIP}" 2> /dev/null