Export PERL5LIB for Alexine

This commit is contained in:
Alex Schroeder
2017-11-03 10:15:01 +01:00
parent 13b8bbc744
commit 09497eb697

View File

@@ -17,7 +17,7 @@ set -e
# Just in case Alexine can't find t/test.pl and the like.
# See http://www.perlmonks.org/?node_id=1076113
PERL5LIB=.
export PERL5LIB=.
WORKING_DIRECTORY='../data/'
TEST_LOCK="$WORKING_DIRECTORY/testlock"