Undo io_linenum.t part of #34148. It was io_multihomed.t that I meant
authorSteve Hay <SteveHay@planit.com>
Wed, 23 Jul 2008 16:36:28 +0000 (16:36 +0000)
committerSteve Hay <SteveHay@planit.com>
Wed, 23 Jul 2008 16:36:28 +0000 (16:36 +0000)
(my mistake), and that is now covered by #34155.

p4raw-id: //depot/perl@34156

ext/IO/t/io_linenum.t

index 954c223..a1b1bc6 100755 (executable)
@@ -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;