Skip to content

Commit 74ec8b8

Browse files
tonycozhaarg
authored andcommitted
op/readline_nb: non-threaded win32 croaks instead of failing on ioctl(nonsocket)
And since it never succeeds on Win32, just skip. Fixes #23335
1 parent 3b15294 commit 74ec8b8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

t/op/readline_nb.t

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ BEGIN {
99
skip_all_if_miniperl();
1010
}
1111

12+
$^O eq "MSWin32"
13+
and skip_all("Win32 can't make a pipe non-blocking");
14+
1215
use strict;
1316
use IO::Select;
1417

0 commit comments

Comments
 (0)