diff --git a/ext/openssl/tests/gh13860.phpt b/ext/openssl/tests/gh13860.phpt index 0b52e0e0583ab..aff0df15cca95 100644 --- a/ext/openssl/tests/gh13860.phpt +++ b/ext/openssl/tests/gh13860.phpt @@ -18,8 +18,8 @@ $serverCode = <<<'CODE' $client = @stream_socket_accept($server); if ($client) { - fwrite($client, "xx"); phpt_wait(); + fwrite($client, "xx"); fclose($client); phpt_notify(); }