From: Jarkko Hietaniemi Date: Sat, 28 Apr 2001 14:32:30 +0000 (+0000) Subject: Because #9894 seems to do the trick, this workaround can be removed. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=127c86a9273725caacfe748fa3ae2e57b57481b6;p=p5sagit%2Fp5-mst-13.2.git Because #9894 seems to do the trick, this workaround can be removed. p4raw-id: //depot/perl@9895 --- diff --git a/t/lib/selfstubber.t b/t/lib/selfstubber.t index d338489..fd0cf06 100644 --- a/t/lib/selfstubber.t +++ b/t/lib/selfstubber.t @@ -10,10 +10,6 @@ use Devel::SelfStubber; my $runperl = "$^X \"-I../lib\""; -# ensure correct output ordering for system() calls - -select STDERR; $| = 1; select STDOUT; $| = 1; - print "1..12\n"; my @cleanup;