X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2Fio_sock.t;h=5a8e16c3132ee6bd540792a82a7268138305262f;hb=20822f61cc01ab34be1e17db483aceb9d5ec8fb7;hp=e03e2235bad2fdd4053ccdfba88d59e2eaae8ab1;hpb=0994c4d08152f97e3d70c5ce59ee93b0aa88684c;p=p5sagit%2Fp5-mst-13.2.git diff --git a/t/lib/io_sock.t b/t/lib/io_sock.t index e03e223..5a8e16c 100755 --- a/t/lib/io_sock.t +++ b/t/lib/io_sock.t @@ -3,7 +3,7 @@ BEGIN { unless(grep /blib/, @INC) { chdir 't' if -d 't'; - unshift @INC, '../lib' if -d '../lib'; + @INC = '../lib'; } } @@ -148,7 +148,7 @@ if($pid = fork()) { } # some machines seem to suffer from a race condition here -# sleep(1); + sleep(1); $sock = IO::Socket->new(Domain => AF_INET, PeerAddr => "localhost:$port");