X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Flibpspp%2Fzip.at;h=a2f9d6f17993a875340484d0bfd67a482a25b989;hb=69597a0423aad2fd5974c2cbc08a680208b94b6e;hp=f1e9ff2353a2b014dac2d8171ee8dab52f839074;hpb=691a034d7f2139076fa012739dffd40ef5db4a9b;p=pspp diff --git a/tests/libpspp/zip.at b/tests/libpspp/zip.at index f1e9ff2353..a2f9d6f179 100644 --- a/tests/libpspp/zip.at +++ b/tests/libpspp/zip.at @@ -13,7 +13,8 @@ dnl GNU General Public License for more details. dnl dnl You should have received a copy of the GNU General Public License dnl along with this program. If not, see . -dnl AT_BANNER([zip]) +dnl +AT_BANNER([zip]) AT_SETUP([Basic zip - unzip test]) AT_KEYWORDS([compression]) @@ -36,13 +37,13 @@ while test $s -le 8192 ; do names="$names $bn"; done -(cd $dir1 && $abs_top_builddir/tests/libpspp/zip-test w foo.zip $names) +(cd $dir1 && zip-test w foo.zip $names) mkdir -p $dir2 cp $dir1/foo.zip $dir2 cd $dir2 -$abs_top_builddir/tests/libpspp/zip-test r foo.zip $names +zip-test r foo.zip $names # Compare the files to their originals for f in $names; do