felipe Fri, 17 Jul 2009 14:03:17 +0000
URL: http://svn.php.net/viewvc?view=revision&revision=284263
Changed paths:
U php/php-src/trunk/ext/curl/tests/bug48207.phpt
Log:
- Fix test
Modified: php/php-src/trunk/ext/curl/tests/bug48207.phpt
===================================================================
--- php/php-src/trunk/ext/curl/tests/bug48207.phpt 2009-07-17 13:45:40 UTC
(rev 284262)
+++ php/php-src/trunk/ext/curl/tests/bug48207.phpt 2009-07-17 14:03:17 UTC
(rev 284263)
@@ -38,7 +38,7 @@
curl_exec($ch);
curl_close($ch);
is_file($tempfile) and @unlink($tempfile);
-isset($tempname) and is_file($tempname) and @unlink($tempfile);
+isset($tempname) and is_file($tempname) and @unlink($tempname);
?>
--EXPECTF--
Warning: curl_setopt(): the provided file handle is not writable in %s on line
%d
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php