aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_require.rb
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-08-11 14:27:04 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-08-11 14:27:04 +0000
commit863989993a44e7a80b083065da194ca10e277321 (patch)
tree7bc21d8d30660a346025de1b1584b44a95b023c6 /test/ruby/test_require.rb
parent7cb53ed363159c26e6fdd40d42b683bc1b5707d1 (diff)
downloadruby-863989993a44e7a80b083065da194ca10e277321.tar.gz
file.c: OSX path encoding
* file.c (rb_str_encode_ospath): OS path encoding on Mac OS X is also fixed. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42524 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/ruby/test_require.rb')
-rw-r--r--test/ruby/test_require.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_require.rb b/test/ruby/test_require.rb
index 42479e7518..34c5fde96f 100644
--- a/test/ruby/test_require.rb
+++ b/test/ruby/test_require.rb
@@ -76,7 +76,7 @@ class TestRequire < Test::Unit::TestCase
end
case RUBY_PLATFORM
- when /cygwin/, /mswin/, /mingw/
+ when /cygwin/, /mswin/, /mingw/, /darwin/
def self.ospath_encoding(path)
Encoding::UTF_8
end