diff options
author | Steve Hay <SteveHay@planit.com> | 2008-07-23 16:36:28 +0000 |
---|---|---|
committer | Steve Hay <SteveHay@planit.com> | 2008-07-23 16:36:28 +0000 |
commit | 8fdbae25099b33d6035cb6e295622a0580c070a1 (patch) | |
tree | e0c03b3a96c434845f402ffafa992716961e28ee /ext/IO | |
parent | ed272d6f374576ac4cb7c9ae72b0f522ccc5516e (diff) | |
download | perl-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
Diffstat (limited to 'ext/IO')
-rwxr-xr-x | ext/IO/t/io_linenum.t | 7 |
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; |