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

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