tests: Use path search for zip-test instead of full path.
[pspp] / tests / libpspp / zip.at
index f8278412e5affae847d3ecba407901279704e08c..a2f9d6f17993a875340484d0bfd67a482a25b989 100644 (file)
@@ -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