felipe          Fri, 17 Jul 2009 14:04:51 +0000

URL: http://svn.php.net/viewvc?view=revision&revision=284265

Changed paths:
        U   php/php-src/branches/PHP_5_2/ext/curl/tests/bug48207.phpt

Log:
- Fix test

Modified: php/php-src/branches/PHP_5_2/ext/curl/tests/bug48207.phpt
===================================================================
--- php/php-src/branches/PHP_5_2/ext/curl/tests/bug48207.phpt   2009-07-17 
14:04:06 UTC (rev 284264)
+++ php/php-src/branches/PHP_5_2/ext/curl/tests/bug48207.phpt   2009-07-17 
14:04:51 UTC (rev 284265)
@@ -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

Reply via email to