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: lfs-book@…
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.

Change History (1)

comment:1 by bdubbs@…, 7 years ago

Resolution: fixed
Status: newclosed

Fixed at revision 11269.

Note: See TracTickets for help on using tickets.