From 9c4f9645b4f0b99ebca6a7a25b81dafd358a7f7a Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Wed, 2 Jan 2019 13:48:24 -0800 Subject: [PATCH] tests: Get rid of temporary debugging fix. Fixes: c70c92497244 ("SYSFILE INFO: Get rid of nested tables.") --- tests/perl-module.at | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/perl-module.at b/tests/perl-module.at index cbe2a0dd33..8920b31a1a 100644 --- 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]) -- 2.30.2