projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
adff668
)
Re: selfstubber test fail on bleadperl
Mike Guy [Fri, 27 Apr 2001 19:31:18 +0000 (20:31 +0100)]
Message-Id: <E14tD1S-0001tJ-00@libra.cus.cam.ac.uk>
p4raw-id: //depot/perl@9889
t/lib/selfstubber.t
patch
|
blob
|
blame
|
history
diff --git
a/t/lib/selfstubber.t
b/t/lib/selfstubber.t
index
212f8ce
..
d338489
100644
(file)
--- a/
t/lib/selfstubber.t
+++ b/
t/lib/selfstubber.t
@@
-10,7
+10,9
@@
use Devel::SelfStubber;
my $runperl = "$^X \"-I../lib\"";
-$| = 1;
+# ensure correct output ordering for system() calls
+
+select STDERR; $| = 1; select STDOUT; $| = 1;
print "1..12\n";