Merge branch 'openmp-validation-perl-cwd-not-in-inc-anymore' of https://github.com/mbunkus/mxe into mbunkus-openmp-validation-perl-cwd-not-in-inc-anymore

pull/1630/head
Tony Theodore 7 years ago
commit 6bfb535ef6

@ -0,0 +1,14 @@
diff --git a/runtest.pl b/runtest.pl
index 3472351..e84595b 100755
--- a/runtest.pl
+++ b/runtest.pl
@@ -1,5 +1,9 @@
#!/usr/bin/env perl
+BEGIN {
+ unshift @INC, '.';
+}
+
# runtest [options] FILENAME
#
# Read the file FILENAME. Each line contains a test.
Loading…
Cancel
Save