From: Antony Dovgal Date: Thu, 10 Aug 2006 13:42:36 +0000 (+0000) Subject: nuke extra line X-Git-Tag: php-4.4.4RC1~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6faa9262241eb40571c6bd0f7d7525e23e711a84;p=php nuke extra line --- diff --git a/ext/standard/tests/file/bug22414.phpt b/ext/standard/tests/file/bug22414.phpt index db85edd0f0..9608085f97 100644 --- a/ext/standard/tests/file/bug22414.phpt +++ b/ext/standard/tests/file/bug22414.phpt @@ -17,7 +17,6 @@ output_handler= echo "\n"; /* Binary Data Test */ - @unlink($pwd . '/passthru_test'); $cmd = $php . ' -n -r \"readfile(@getenv(\'TEST_PHP_EXECUTABLE\')); \"'; $cmd = $php . ' -n -r \' passthru("'.$cmd.'"); \' > '.$tmpfile ;