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

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