From 66ac288ae2d90ab314f388b4a30b6f2cf87578e7 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Sat, 19 Nov 2022 21:38:38 -0800 Subject: [PATCH] [ruby/irb] Push an accidentally uncommitted diff https://github.com/ruby/irb/commit/7e9f27afd7 --- 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 93c912bc4d..4c39dc0d21 100644 --- a/test/irb/test_cmd.rb +++ b/test/irb/test_cmd.rb @@ -621,7 +621,7 @@ module TestIRB ) assert_empty err - assert_match /Can not find file: foo\.rb/, out + assert_match /Can not find file: test_cmd_non_existing_path\.rb/, out end def test_edit_with_constant