From deb2df90b0feb8696c335748190a77eaf61c3bcb Mon Sep 17 00:00:00 2001 From: Con Kolivas Date: Fri, 11 Mar 2011 08:38:24 +1100 Subject: [PATCH] Add rzip only compress+test to regression tests. --- regression_test.sh | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/regression_test.sh b/regression_test.sh index 5b42ac7..086905e 100755 --- a/regression_test.sh +++ b/regression_test.sh @@ -129,6 +129,24 @@ if [ $? -ne 0 ];then exit 1 fi +echo testing rzip only compression +./lrzip -vvnfo lrztest.lrz $infile + +if [ $? -ne 0 ];then + echo FAILED testing rzip only compression + end + exit 1 +fi + +echo testing rzip only testing +./lrzip -vvt lrztest.lrz + +if [ $? -ne 0 ];then + echo FAILED testing rzip only testing + end + exit 1 +fi + echo testing lzma compression ./lrzip -vvfo lrztest.lrz $infile