Summary: Export PERL5LIB for Alexine

Try again, now using the current directory in the test target of the
Makefile instead of changing run-tests.
This commit is contained in:
Alex Schroeder
2017-11-03 10:48:16 +01:00
parent 2e0f293dcd
commit 4da50ef125
2 changed files with 1 additions and 5 deletions

View File

@@ -30,10 +30,6 @@ OUT_PAGE='https://github.com/AlexDaniel/oddmuse-alexine-data/blob/master/output'
WIKI_LOCATION='https://oddmuse.org/wiki/'
USER_NAME='Alexine'
# Just in case Alexine can't find t/test.pl and the like.
# See http://www.perlmonks.org/?node_id=1076113
export PERL5LIB="$ODDMUSE_TEST_LOCATION"
clean() {
while popd &> /dev/null; do :; done # change directory back
rmdir -- "$TEST_LOCK"