X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Flibpspp%2Fzip.at;h=a2f9d6f17993a875340484d0bfd67a482a25b989;hb=69597a0423aad2fd5974c2cbc08a680208b94b6e;hp=f8278412e5affae847d3ecba407901279704e08c;hpb=a965acea74a93eba5c78c17c6595eef9a776a464;p=pspp diff --git a/tests/libpspp/zip.at b/tests/libpspp/zip.at index f8278412e5..a2f9d6f179 100644 --- a/tests/libpspp/zip.at +++ b/tests/libpspp/zip.at @@ -37,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