perl: force use of the in-tree lasso when running tests (fixes #23276)

This commit is contained in:
Benjamin Dauvergne 2018-04-29 20:17:27 +02:00
parent 187b4b1b28
commit aace9d3182
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
#!/bin/bash
make -f Makefile.perl test
LD_LIBRARY_PATH=../../lasso/.libs make -f Makefile.perl test