projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72028ce
)
tests: Get rid of temporary debugging fix.
author
Ben Pfaff
<blp@cs.stanford.edu>
Wed, 2 Jan 2019 21:48:24 +0000
(13:48 -0800)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Wed, 2 Jan 2019 21:48:24 +0000
(13:48 -0800)
Fixes: c70c92497244 ("SYSFILE INFO: Get rid of nested tables.")
tests/perl-module.at
patch
|
blob
|
history
diff --git
a/tests/perl-module.at
b/tests/perl-module.at
index cbe2a0dd33175ef9aa4b30dcf00f94bb2ebfa65e..8920b31a1a84c62b9122e82ffa685e9783fd0850 100644
(file)
--- a/
tests/perl-module.at
+++ b/
tests/perl-module.at
@@
-26,7
+26,6
@@
dnl XXX "libtool --mode=execute" is probably better than setting
dnl LD_LIBRARY_PATH.
m4_define([RUN_PERL_MODULE],
[LD_LIBRARY_PATH=$abs_top_builddir/src/.libs \
- LD_PRELOAD=/usr/lib/i386-linux-gnu/libasan.so.4 \
DYLD_LIBRARY_PATH=$abs_top_builddir/src/.libs \
$PERL -I$abs_top_builddir/perl-module/blib/arch \
-I$abs_top_builddir/perl-module/blib/lib])