Opened 7 years ago
Closed 7 years ago
#4105 closed task (fixed)
Make - test suite requires PERL5LIB env variable
Reported by: | Munir Contractor | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 8.1 |
Component: | Book | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description
Perl has removed . from it's default @INC path in 5.26. So, the test suite for make needs to be run with make PERL5LIB=$PWD/tests/ check Otherwise the test suite fails with an error about not being able to find test_driver.pl which is in the working directory.
Note:
See TracTickets
for help on using tickets.
Fixed at revision 11269.