Upgrade to PathTools 3.05
[p5sagit/p5-mst-13.2.git] / ext / Cwd / t / cwd.t
index 00b8451..280394b 100644 (file)
@@ -26,8 +26,8 @@ $tests += 4 if $EXTRA_ABSPATH_TESTS;
 plan tests => $tests;
 
 SKIP: {
-    skip "not suitable for core perl testing", 1 if $ENV{PERL_CORE};
-    like $INC{'Cwd.pm'}, qr{blib}i, "Cwd should be loaded from blib/ during testing";
+  skip "no need to check for blib/ in the core", 1 if $ENV{PERL_CORE};
+  like $INC{'Cwd.pm'}, qr{blib}i, "Cwd should be loaded from blib/ during testing";
 }
 
 my $IsVMS = $^O eq 'VMS';