summaryrefslogtreecommitdiff
path: root/sapi/cgi/tests/007.phpt
diff options
context:
space:
mode:
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 c0f8df1bf..92bf0f6aa 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`);
echo "Done\n";
?>