Skip to content

Commit 070779c

Browse files
committed
Fix test race condition
Closes GH-14790
1 parent cd67080 commit 070779c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/openssl/tests/gh13860.phpt

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ $serverCode = <<<'CODE'
1818
1919
$client = @stream_socket_accept($server);
2020
if ($client) {
21-
fwrite($client, "xx");
2221
phpt_wait();
22+
fwrite($client, "xx");
2323
fclose($client);
2424
phpt_notify();
2525
}

0 commit comments

Comments
 (0)