diff options
Diffstat (limited to 'test/ruby/test_rubyoptions.rb')
| -rw-r--r-- | test/ruby/test_rubyoptions.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/ruby/test_rubyoptions.rb b/test/ruby/test_rubyoptions.rb index 8118d59118..38ca119a8f 100644 --- a/test/ruby/test_rubyoptions.rb +++ b/test/ruby/test_rubyoptions.rb @@ -1241,9 +1241,9 @@ class TestRubyOptions < Test::Unit::TestCase assert_in_out_err([IO::NULL], success: true) end - def test_free_on_exit_env_var - env = {"RUBY_FREE_ON_EXIT"=>"1"} + def test_free_at_exit_env_var + env = {"RUBY_FREE_AT_EXIT"=>"1"} assert_ruby_status([env, "-e;"]) - assert_in_out_err([env, "-W"], "", [], /Free on exit is experimental and may be unstable/) + assert_in_out_err([env, "-W"], "", [], /Free at exit is experimental and may be unstable/) end end |
