Add core test preamble
Rafael Garcia-Suarez [Tue, 14 Jun 2005 13:49:41 +0000 (13:49 +0000)]
p4raw-id: //depot/perl@24842

lib/IO/Zlib/t/basic.t
lib/IO/Zlib/t/external.t
lib/IO/Zlib/t/getc.t
lib/IO/Zlib/t/getline.t
lib/IO/Zlib/t/import.t
lib/IO/Zlib/t/large.t
lib/IO/Zlib/t/tied.t
lib/IO/Zlib/t/uncomp1.t
lib/IO/Zlib/t/uncomp2.t

index 4957131..2df2b8c 100644 (file)
@@ -1,3 +1,10 @@
+BEGIN {
+    if( $ENV{PERL_CORE} ) {
+       @INC = '../lib';
+       chdir 't';
+    }
+}
+
 use IO::Zlib;
 
 sub ok
index 1d90d7f..765c549 100644 (file)
@@ -1,3 +1,10 @@
+BEGIN {
+    if( $ENV{PERL_CORE} ) {
+       @INC = '../lib';
+       chdir 't';
+    }
+}
+
 # Test this only iff we have an executable /usr/bin/gzip
 # AND we have /usr/bin in our PATH
 # AND we have a useable /usr/bin directory.
index 2424d5b..a3030c7 100644 (file)
@@ -1,3 +1,10 @@
+BEGIN {
+    if( $ENV{PERL_CORE} ) {
+       @INC = '../lib';
+       chdir 't';
+    }
+}
+
 use IO::Zlib;
 
 sub ok
index db18088..4e0d145 100644 (file)
@@ -1,3 +1,10 @@
+BEGIN {
+    if( $ENV{PERL_CORE} ) {
+       @INC = '../lib';
+       chdir 't';
+    }
+}
+
 use IO::Zlib;
 
 sub ok
index 336d80a..3cbaa61 100644 (file)
@@ -1,3 +1,10 @@
+BEGIN {
+    if( $ENV{PERL_CORE} ) {
+       @INC = '../lib';
+       chdir 't';
+    }
+}
+
 print "1..1\n";
 
 sub ok
index 0203182..ef5d164 100644 (file)
@@ -1,3 +1,10 @@
+BEGIN {
+    if( $ENV{PERL_CORE} ) {
+       @INC = '../lib';
+       chdir 't';
+    }
+}
+
 use IO::Zlib;
 
 sub ok
index 029b282..b6eebe6 100644 (file)
@@ -1,3 +1,10 @@
+BEGIN {
+    if( $ENV{PERL_CORE} ) {
+       @INC = '../lib';
+       chdir 't';
+    }
+}
+
 use IO::Zlib;
 
 sub ok
index 4225ab7..8424a27 100644 (file)
@@ -1,3 +1,10 @@
+BEGIN {
+    if( $ENV{PERL_CORE} ) {
+       @INC = '../lib';
+       chdir 't';
+    }
+}
+
 use IO::Zlib;
 
 sub ok
index 03e7a6b..c8eb6ed 100644 (file)
@@ -1,3 +1,10 @@
+BEGIN {
+    if( $ENV{PERL_CORE} ) {
+       @INC = '../lib';
+       chdir 't';
+    }
+}
+
 require IO::Zlib; # uncomp2.t is like uncomp1.t but without 'use'
 
 sub ok