diff options
| -rw-r--r-- | test/irb/test_cmd.rb | 2 |
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 |
