diff --git a/tests/p_zip/0_install_zip.sh b/tests/p_zip/0_install_zip.sh index bfe2c8d..692e313 100755 --- a/tests/p_zip/0_install_zip.sh +++ b/tests/p_zip/0_install_zip.sh @@ -2,5 +2,5 @@ # Author: Christoph Galuschka t_Log "Running $0 - attempting to install zip." -t_InstallPackage zip +t_InstallPackage zip unzip diff --git a/tests/p_zip/10-zip-test.sh b/tests/p_zip/10-zip-test.sh index b00b6bc..791ddc9 100755 --- a/tests/p_zip/10-zip-test.sh +++ b/tests/p_zip/10-zip-test.sh @@ -11,11 +11,11 @@ FILE2=$ZIPDIR/file2.txt mkdir -p $ZIPDIR cat > $FILE1 < $FILE2 <