projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
76549fe
)
Because #9894 seems to do the trick, this workaround can be removed.
Jarkko Hietaniemi [Sat, 28 Apr 2001 14:32:30 +0000 (14:32 +0000)]
p4raw-id: //depot/perl@9895
t/lib/selfstubber.t
patch
|
blob
|
blame
|
history
diff --git
a/t/lib/selfstubber.t
b/t/lib/selfstubber.t
index
d338489
..
fd0cf06
100644
(file)
--- 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;