From: Jani Taskinen Date: Sat, 25 Jul 2009 00:35:25 +0000 (+0000) Subject: - Fix test X-Git-Tag: php-5.2.11RC1~111 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fb3b83b85a95481e3ce21fd2e623121778620384;p=php - Fix test --- diff --git a/sapi/cgi/tests/006.phpt b/sapi/cgi/tests/006.phpt index 107ddc7747..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" -n -l "$filename" 2>/dev/null`); +var_dump(`"$php" -n -l "$filename"`); @unlink($filename);