summaryrefslogtreecommitdiff
path: root/test/ruby/test_env.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/ruby/test_env.rb')
-rw-r--r--test/ruby/test_env.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_env.rb b/test/ruby/test_env.rb
index 364f88e00a..f7c6e61de5 100644
--- a/test/ruby/test_env.rb
+++ b/test/ruby/test_env.rb
@@ -485,7 +485,7 @@ class TestEnv < Test::Unit::TestCase
if Encoding.find("locale") == Encoding::UTF_8
def test_utf8
- text = "testing åáâäãāあ"
+ text = "testing \u{e5 e1 e2 e4 e3 101 3042}"
test = ENV["test"]
ENV["test"] = text
assert_equal text, ENV["test"]