This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Partial minitest fix-up
[perl5.git] / t / comp / require.t
index 4eafce4..f817527 100644 (file)
@@ -3,7 +3,7 @@
 BEGIN {
     chdir 't' if -d 't';
     @INC = '.';
-    push @INC, '../lib';
+    push @INC, '../lib', '../ext/re';
 }
 
 sub do_require {