Merge remote-tracking branch 'origin/master' into sheet
[pspp] / tests / libpspp / zip.at
index f1e9ff2353a2b014dac2d8171ee8dab52f839074..a2f9d6f17993a875340484d0bfd67a482a25b989 100644 (file)
@@ -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 <http://www.gnu.org/licenses/>.
-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