summaryrefslogtreecommitdiff
path: root/sapi/cgi/tests
diff options
context:
space:
mode:
authorJani Taskinen <jani@php.net>2009-07-25 00:35:25 +0000
committerJani Taskinen <jani@php.net>2009-07-25 00:35:25 +0000
commitdad7c68b27078eef50e22995c88c7db22becf9a5 (patch)
tree3c54bef46d9007fbf13cc80027ca56c21628c438 /sapi/cgi/tests
parent7d114c2e7febb839375f0d36e228cdba6704c410 (diff)
downloadphp-git-dad7c68b27078eef50e22995c88c7db22becf9a5.tar.gz
- Fix test
Diffstat (limited to 'sapi/cgi/tests')
-rw-r--r--sapi/cgi/tests/006.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/cgi/tests/006.phpt b/sapi/cgi/tests/006.phpt
index e183fea6bc..50bdd2a458 100644
--- a/sapi/cgi/tests/006.phpt
+++ b/sapi/cgi/tests/006.phpt
@@ -42,7 +42,7 @@ class test
file_put_contents($filename, $code);
-var_dump(`"$php" -l "$filename" 2>/dev/null`);
+var_dump(`"$php" -n -l "$filename"`);
@unlink($filename);