Add standard core test header to Test::Builder::Tester tests.
[p5sagit/p5-mst-13.2.git] / lib / Test / Simple / t / tbt_01basic.t
index 769a1c4..9e23576 100644 (file)
@@ -1,5 +1,12 @@
 #!/usr/bin/perl
 
+BEGIN {
+    if( $ENV{PERL_CORE} ) {
+        chdir 't';
+        @INC = '../lib';
+    }
+}
+
 use Test::Builder::Tester tests => 9;
 use Test::More;