Skip to content

Commit 530cec5

Browse files
committed
Fails with EBADF on mingw
1 parent fe117b8 commit 530cec5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/io/console/test_io_console.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def set_winsize_teardown
3131
end
3232

3333
def test_failed_path
34-
exceptions = %i[ENODEV ENOTTY].map {|e|
34+
exceptions = %i[ENODEV ENOTTY EBADF].map {|e|
3535
Errno.const_get(e) if Errno.const_defined?(e)
3636
}
3737
exceptions.compact!

0 commit comments

Comments
 (0)