X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Flibpspp%2Fzip.at;h=a2f9d6f17993a875340484d0bfd67a482a25b989;hb=ca4a5e1298b3d018e45d802b12828e49b66b6c6b;hp=f8278412e5affae847d3ecba407901279704e08c;hpb=b8d174ee6cef3f3a598de071175a44d1107ae136;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