# # # patch "tests/importing_files_with_non-english_names/__driver__.lua" # from [8b4f652e4d0e33c136c29a891328a1f28fafba38] # to [aca265a4384c989edff2ca2d74aeacc9333d748d] # ============================================================ --- tests/importing_files_with_non-english_names/__driver__.lua 8b4f652e4d0e33c136c29a891328a1f28fafba38 +++ tests/importing_files_with_non-english_names/__driver__.lua aca265a4384c989edff2ca2d74aeacc9333d748d @@ -11,7 +11,7 @@ japanese_euc_jp = "\164\198\164\185\164\ japanese_euc_jp = "\164\198\164\185\164\200" -- "\xA4\xC6\xA4\xB9\xA4\xC8" -if ostype ~= "Darwin" and string.sub(ostype, 1, 6) ~= "CYGWIN" then +if ostype ~= "Darwin" then notOnlyUnicode = true else notOnlyUnicode = false