commit d9d4e06084a4c7da480bd49a3487aadf6ba77b54 Author: Enrique Olaizola Date: Sat May 27 14:24:33 2017 -0400 * tests/run_make_tests.pl: [SV 50902] Find Perl modules diff -Nrup a/tests/run_make_tests.pl b/tests/run_make_tests.pl --- a/tests/run_make_tests.pl 2016-04-04 01:38:37.000000000 -0400 +++ b/tests/run_make_tests.pl 2018-04-25 14:19:19.692178798 -0400 @@ -58,6 +58,9 @@ if ($^O eq 'VMS') *CORE::GLOBAL::rmdir = \&vms_rmdir; } +use FindBin; +use lib "$FindBin::Bin"; + require "test_driver.pl"; require "config-flags.pm";