djdelorie / rpms / make

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