summaryrefslogtreecommitdiff
path: root/sapi/cgi/tests/007.phpt
diff options
context:
space:
mode:
authorJani Taskinen <jani@php.net>2008-08-14 20:51:35 +0000
committerJani Taskinen <jani@php.net>2008-08-14 20:51:35 +0000
commit13dff7488993df10563353ae3f4bd4f517dce3e6 (patch)
tree2750c94f9e7d7561806378128d64b56dfd92fd9d /sapi/cgi/tests/007.phpt
parentec8318b438b84645d0fd10bfd065bfdc4739aa9b (diff)
downloadphp-git-13dff7488993df10563353ae3f4bd4f517dce3e6.tar.gz
fix tests
Diffstat (limited to 'sapi/cgi/tests/007.phpt')
-rw-r--r--sapi/cgi/tests/007.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/cgi/tests/007.phpt b/sapi/cgi/tests/007.phpt
index aa2067d513..f2c9c0226c 100644
--- a/sapi/cgi/tests/007.phpt
+++ b/sapi/cgi/tests/007.phpt
@@ -10,7 +10,7 @@ $php = get_cgi_path();
reset_env_vars();
var_dump(`"$php" -n -f some.php -f some.php`);
-var_dump(`"$php" -s -w -l`);
+var_dump(`"$php" -n -s -w -l`);
?>
===DONE===