aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_process.rb
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-02-25 09:54:11 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-02-25 09:54:11 +0000
commitfa6ded62a151c782d49ad2f099648dc715c430a3 (patch)
tree69734eec51535999e51356ea476682ee840db2a5 /test/ruby/test_process.rb
parentcb1d789ca3eea047cc5d26309f769721b903597a (diff)
downloadruby-fa6ded62a151c782d49ad2f099648dc715c430a3.tar.gz
* 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
Diffstat (limited to 'test/ruby/test_process.rb')
-rw-r--r--test/ruby/test_process.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_process.rb b/test/ruby/test_process.rb
index 55cb15d4b5..274492674f 100644
--- a/test/ruby/test_process.rb
+++ b/test/ruby/test_process.rb
@@ -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|