This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Test preamble: unify to dot slash test dot pl
[perl5.git] / t / op / chr.t
index 57b4ade..b15957c 100644 (file)
@@ -3,7 +3,7 @@
 BEGIN {
     chdir 't' if -d 't';
     @INC = qw(. ../lib); # ../lib needed for test.deparse
-    require "test.pl";
+    require "./test.pl";
 }
 
 plan tests => 42;