[ruby/irb] Improve debug command tests (https://github.com/ruby/irb/pull/594)
Requiring test helper files with require_relative allows running the tests with ruby -Itest test/irb/test_debug_cmd.rb without having to set up the load path.
require_relative
ruby -Itest test/irb/test_debug_cmd.rb
[ruby/irb] Improve debug command tests
(https://github.com/ruby/irb/pull/594)
Requiring test helper files with
require_relative
allows running the testswith
ruby -Itest test/irb/test_debug_cmd.rb
without having to set upthe load path.