projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
58dba51
)
Enache's turn.
Jarkko Hietaniemi [Tue, 22 Apr 2003 11:42:35 +0000 (11:42 +0000)]
p4raw-id: //depot/perl@19305
ext/Encode/t/enc_module.t
patch
|
blob
|
blame
|
history
diff --git
a/ext/Encode/t/enc_module.t
b/ext/Encode/t/enc_module.t
index
ac9bf3c
..
89703a9
100644
(file)
--- a/
ext/Encode/t/enc_module.t
+++ b/
ext/Encode/t/enc_module.t
@@
-51,7
+51,7
@@
while(<STDIN>){
is ($cmp[$i++], $_, "encoding vs. STDIN - $i");
}
-close STDOUT;
+close STDOUT unless $^O eq 'freebsd';
unlink $file1 unless $cmp;
__END__