From fa2e0cc018e09b81d8bf3b48b4e74070b3eb9228 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Sat, 19 Nov 2022 21:31:39 -0800 Subject: [PATCH] [ruby/irb] Try using a different file name hoping to address: https://github.com/ruby/ruby/actions/runs/3506561941/jobs/5873689640 https://github.com/ruby/irb/commit/de9a6b9d00 --- test/irb/test_cmd.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/irb/test_cmd.rb b/test/irb/test_cmd.rb index c0dd8415c264c3..93c912bc4d7b60 100644 --- a/test/irb/test_cmd.rb +++ b/test/irb/test_cmd.rb @@ -617,7 +617,7 @@ def test_edit_with_path def test_edit_with_non_existing_path out, err = execute_lines( - "edit foo.rb" + "edit test_cmd_non_existing_path.rb" ) assert_empty err