summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2024-03-24 01:09:29 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2024-03-24 01:09:29 +0900
commit678cb80033511cbb46df2bdddd42d29d70bc7f7d (patch)
treef36b586f6fee10e2884d0621c743b3a76a44d756 /test
parent5a77397489268f27a5d803441d723736a12f59fc (diff)
Move `-test-/fatal/rb_fatal` to `-test-/fatal`
Diffstat (limited to 'test')
-rw-r--r--test/ruby/test_fiber.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_fiber.rb b/test/ruby/test_fiber.rb
index 1fb6103d8a..45e5d12092 100644
--- a/test/ruby/test_fiber.rb
+++ b/test/ruby/test_fiber.rb
@@ -424,7 +424,7 @@ class TestFiber < Test::Unit::TestCase
end
def test_fatal_in_fiber
- assert_in_out_err(["-r-test-/fatal/rb_fatal", "-e", <<-EOS], "", [], /ok/)
+ assert_in_out_err(["-r-test-/fatal", "-e", <<-EOS], "", [], /ok/)
Fiber.new{
Bug.rb_fatal "ok"
}.resume