Skip to content

Commit 4300417

Browse files
committed
fix
1 parent 55ca377 commit 4300417

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/standard/tests/http/gh19249_no_stream.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ $serverCode = '';
1111
include __DIR__."/../../../../sapi/cli/tests/php_cli_server.inc";
1212
php_cli_server_start($serverCode, null, []);
1313

14-
$postData = proc_open("echo", [], $pipes);
14+
$postData = proc_open("echo Windows sucks", [], $pipes);
1515

1616
$headers = [
1717
[],

0 commit comments

Comments
 (0)