mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* test/ruby/test_process.rb (test_execopts_open_chdir_m17n_path): it's originally for Windows. should not ignore on the platform.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53928 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
aa40518b44
commit
92e0377ed4
1 changed files with 1 additions and 1 deletions
|
@ -433,7 +433,7 @@ class TestProcess < Test::Unit::TestCase
|
|||
assert_file.not_exist?("テスト/open_chdir_テスト")
|
||||
assert_equal("#{d}/テスト", File.read("open_chdir_テスト").chomp.encode(__ENCODING__))
|
||||
}
|
||||
end if Encoding.find('locale') == Encoding::UTF_8
|
||||
end if windows? || Encoding.find('locale') == Encoding::UTF_8
|
||||
|
||||
def test_execopts_open_failure
|
||||
with_tmpchdir {|d|
|
||||
|
|
Loading…
Reference in a new issue