summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/it_url_server.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/it_url_server.php b/test/it_url_server.php
index 3805a79..d8049b1 100644
--- a/test/it_url_server.php
+++ b/test/it_url_server.php
@@ -1,6 +1,6 @@
<?php
$server = proc_open(
- 'php -S localhost:8000 ' . dirname($_SERVER['PHP_SELF']) . '/it_url.testserver.php',
+ 'php -S localhost:8000 -q ' . dirname($_SERVER['PHP_SELF']) . '/it_url.testserver.php',
array(0 => fopen('/dev/null', 'r'), 1 => fopen('/dev/null', 'w'), 2 => array('pipe', 'w')),
$pipes
);