Blame SOURCES/make-4.2.1-test-driver.patch

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