summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Hay <SteveHay@planit.com>2008-07-23 16:36:28 +0000
committerSteve Hay <SteveHay@planit.com>2008-07-23 16:36:28 +0000
commit8fdbae25099b33d6035cb6e295622a0580c070a1 (patch)
treee0c03b3a96c434845f402ffafa992716961e28ee
parented272d6f374576ac4cb7c9ae72b0f522ccc5516e (diff)
downloadperl-8fdbae25099b33d6035cb6e295622a0580c070a1.tar.gz
Undo io_linenum.t part of #34148. It was io_multihomed.t that I meant
(my mistake), and that is now covered by #34155. p4raw-id: //depot/perl@34156
-rwxr-xr-xext/IO/t/io_linenum.t7
1 files changed, 0 insertions, 7 deletions
diff --git a/ext/IO/t/io_linenum.t b/ext/IO/t/io_linenum.t
index 954c223aad..a1b1bc6e1d 100755
--- a/ext/IO/t/io_linenum.t
+++ b/ext/IO/t/io_linenum.t
@@ -13,13 +13,6 @@ BEGIN {
@INC = '../lib';
}
require strict; import strict;
-
- # Import test.pl into its own package
- {
- package TestPL;
- require($ENV{PERL_CORE} ? './test.pl' : './t/test.pl');
- TestPL::watchdog(15);
- }
}
use Test;