diff options
| author | Jani Taskinen <jani@php.net> | 2008-08-14 20:51:35 +0000 |
|---|---|---|
| committer | Jani Taskinen <jani@php.net> | 2008-08-14 20:51:35 +0000 |
| commit | 13dff7488993df10563353ae3f4bd4f517dce3e6 (patch) | |
| tree | 2750c94f9e7d7561806378128d64b56dfd92fd9d /sapi/cgi/tests/007.phpt | |
| parent | ec8318b438b84645d0fd10bfd065bfdc4739aa9b (diff) | |
| download | php-git-13dff7488993df10563353ae3f4bd4f517dce3e6.tar.gz | |
fix tests
Diffstat (limited to 'sapi/cgi/tests/007.phpt')
| -rw-r--r-- | sapi/cgi/tests/007.phpt | 2 |
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=== |
