Skip to content

Commit 1b37226

Browse files
committed
Disable Unicode filename tests for now
1 parent 484ef76 commit 1b37226

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

t/basic.t

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,9 @@ ok( chdir('Big-Dummy'), "chdir'd to Big-Dummy" ) ||
7373

7474
sub extrachar {
7575
return 's'
76-
if $] <= 5.008 || $ENV{PERL_CORE}
77-
|| $^O =~ /bsd|dragonfly|mswin32/i;
76+
if 1; # until Perl gains native support for Unicode filenames
77+
# if $] <= 5.008 || $ENV{PERL_CORE}
78+
# || $^O =~ /bsd|dragonfly|mswin32/i;
7879
'š';
7980
}
8081
my $DUMMYINST = '../dummy-in'.extrachar().'tall';

0 commit comments

Comments
 (0)