More @INC test fixes
[p5sagit/p5-mst-13.2.git] / t / uni / tr_utf8.t
index 4b35c6d..606a84a 100644 (file)
@@ -8,7 +8,7 @@
 BEGIN {
     if ($ENV{'PERL_CORE'}){
         chdir 't';
-        unshift @INC, '../lib';
+        @INC = '../lib';
     }
     require Config; import Config;
     if ($Config{'extensions'} !~ /\bEncode\b/) {
@@ -31,7 +31,6 @@ BEGIN {
 }
 
 use strict;
-#use Test::More qw(no_plan);
 use Test::More tests => 7;
 
 use encoding 'utf8';