diff --git a/t/33_non_latin_path.t b/t/33_non_latin_path.t index 1e4d8fe..8f43ea5 100644 --- a/t/33_non_latin_path.t +++ b/t/33_non_latin_path.t @@ -13,7 +13,7 @@ use t::lib::Test; use Test::More; BEGIN { if ( $] >= 5.008005 ) { - plan( tests => 13 ); + plan( tests => 25 ); } else { plan( skip_all => 'Unicode is not supported before 5.8.5' ); } @@ -29,7 +29,7 @@ eval "require utf8"; die $@ if $@; my $dir = File::Temp::tempdir( CLEANUP => 1 ); -foreach my $subdir ( 'longascii', 'adatbázis' ) { +foreach my $subdir ( 'longascii', 'adatbázis', 'name with spaces', '¿¿¿ ¿¿¿¿¿¿') { utf8::upgrade($subdir); ok( mkdir(catdir($dir, $subdir)),