test/ruby/test_rubyoptions.rb: Make it pass on Windows
This commit is contained in:
parent
98ca99cdd0
commit
89e446683e
Notes:
git
2022-02-22 11:56:15 +09:00
@ -357,7 +357,7 @@ class TestRubyOptions < Test::Unit::TestCase
|
||||
|
||||
assert_in_out_err(%W(-\r -e) + [""], "", [], [])
|
||||
|
||||
assert_in_out_err(%W(-\rx), "", [], /invalid option -\r \(-h will show valid options\) \(RuntimeError\)/)
|
||||
assert_in_out_err(%W(-\rx), "", [], /invalid option -[\r\n] \(-h will show valid options\) \(RuntimeError\)/)
|
||||
|
||||
assert_in_out_err(%W(-\x01), "", [], /invalid option -\x01 \(-h will show valid options\) \(RuntimeError\)/)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user