From aace9d318290e0be1209485d90de56756ed39a25 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Sun, 29 Apr 2018 20:17:27 +0200 Subject: [PATCH] perl: force use of the in-tree lasso when running tests (fixes #23276) --- bindings/perl/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/perl/test.sh b/bindings/perl/test.sh index 907080d1..e2e208cd 100755 --- a/bindings/perl/test.sh +++ b/bindings/perl/test.sh @@ -1,2 +1,2 @@ #!/bin/bash -make -f Makefile.perl test +LD_LIBRARY_PATH=../../lasso/.libs make -f Makefile.perl test