diff options
| author | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2024-12-26 12:31:56 +0900 |
|---|---|---|
| committer | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2024-12-26 12:31:56 +0900 |
| commit | 16665c362313ef2bfc20909296e76bc4d83c3065 (patch) | |
| tree | 7a8a6ed7fc57d0fbcc1a0497dbd588480c593a98 /test | |
| parent | 5fab10999d4366576eda7954d2c1a7b96edd556e (diff) | |
"test" environment variable is unset in `setup`
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/12470
Diffstat (limited to 'test')
| -rw-r--r-- | test/ruby/test_env.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/ruby/test_env.rb b/test/ruby/test_env.rb index 74f4750b13..12ee16b656 100644 --- a/test/ruby/test_env.rb +++ b/test/ruby/test_env.rb @@ -1479,11 +1479,8 @@ class TestEnv < Test::Unit::TestCase def test_utf8 text = "testing \u{e5 e1 e2 e4 e3 101 3042}" - test = ENV["test"] ENV["test"] = text assert_equal text, ENV["test"] - ensure - ENV["test"] = test end def test_utf8_empty |
