projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
e9aaaa2
)
For-non-perlio places we need STDOUT back.
Jarkko Hietaniemi [Sun, 14 Sep 2003 13:40:23 +0000 (13:40 +0000)]
p4raw-id: //depot/perl@21228
t/io/dup.t
patch
|
blob
|
blame
|
history
diff --git
a/t/io/dup.t
b/t/io/dup.t
index
9768800
..
91e4f26
100755
(executable)
--- a/
t/io/dup.t
+++ b/
t/io/dup.t
@@
-84,6
+84,9
@@
if ($Config{useperlio}) {
close(F);
}
+# To get STDOUT back.
+open(F, ">&DUPOUT") or die "Cannot dup stdout back: $!";
+
curr_test(13);
SKIP: {