projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b8d174e
)
tests: Use path search for zip-test instead of full path.
author
Ben Pfaff
<blp@cs.stanford.edu>
Sun, 16 Jul 2017 03:11:06 +0000
(20:11 -0700)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Sun, 16 Jul 2017 03:11:18 +0000
(20:11 -0700)
This allows "check-valgrind" to work properly since it relies on putting
wrappers early in $PATH.
tests/libpspp/zip.at
patch
|
blob
|
history
diff --git
a/tests/libpspp/zip.at
b/tests/libpspp/zip.at
index f8278412e5affae847d3ecba407901279704e08c..a2f9d6f17993a875340484d0bfd67a482a25b989 100644
(file)
--- 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