This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72b4e0d
)
t/uni/write.t: Don't skip EBCDIC tests
author
Karl Williamson
<khw@cpan.org>
Mon, 9 Jun 2014 18:30:23 +0000
(12:30 -0600)
committer
Karl Williamson
<khw@cpan.org>
Thu, 5 Mar 2015 21:09:32 +0000
(14:09 -0700)
This now passes on os390
t/uni/write.t
patch
|
blob
|
blame
|
history
diff --git
a/t/uni/write.t
b/t/uni/write.t
index
d011861
..
c099957
100644
(file)
--- a/
t/uni/write.t
+++ b/
t/uni/write.t
@@
-4,7
+4,6
@@
use strict;
BEGIN {
chdir 't' if -d 't';
require './test.pl';
- skip_all("EBCDIC porting needed") if $::IS_EBCDIC;
skip_all_without_perlio();
}