We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe117b8 commit 530cec5Copy full SHA for 530cec5
test/io/console/test_io_console.rb
@@ -31,7 +31,7 @@ def set_winsize_teardown
31
end
32
33
def test_failed_path
34
- exceptions = %i[ENODEV ENOTTY].map {|e|
+ exceptions = %i[ENODEV ENOTTY EBADF].map {|e|
35
Errno.const_get(e) if Errno.const_defined?(e)
36
}
37
exceptions.compact!
0 commit comments