This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
t/op/vec.t: White space only.
[perl5.git] / t / op / chr.t
index d43fa59..e0a51eb 100644 (file)
@@ -2,8 +2,8 @@
 
 BEGIN {
     chdir 't' if -d 't';
-    @INC = qw(. ../lib); # ../lib needed for test.deparse
     require "./test.pl";
+    set_up_inc(qw(. ../lib)); # ../lib needed for test.deparse
 }
 
 plan tests => 45;