summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2022-11-19 21:31:39 -0800
committergit <svn-admin@ruby-lang.org>2022-11-20 05:31:56 +0000
commitfa2e0cc018e09b81d8bf3b48b4e74070b3eb9228 (patch)
tree2afc9b647202bf3ac50d6c499965928625103bab /test
parentf47251671d7c619f00ff6e66ab7990f573224d5e (diff)
[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
Diffstat (limited to 'test')
-rw-r--r--test/irb/test_cmd.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/irb/test_cmd.rb b/test/irb/test_cmd.rb
index c0dd8415c2..93c912bc4d 100644
--- a/test/irb/test_cmd.rb
+++ b/test/irb/test_cmd.rb
@@ -617,7 +617,7 @@ module TestIRB
def test_edit_with_non_existing_path
out, err = execute_lines(
- "edit foo.rb"
+ "edit test_cmd_non_existing_path.rb"
)
assert_empty err