From 4ab3a4e9ccd44ba1717c441b951ff032a4d13085 Mon Sep 17 00:00:00 2001 From: Felipe Pena Date: Fri, 17 Jul 2009 14:03:17 +0000 Subject: [PATCH] - Fix test --- ext/curl/tests/bug48207.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/curl/tests/bug48207.phpt b/ext/curl/tests/bug48207.phpt index 94c1ad69709..6720ee4a289 100644 --- a/ext/curl/tests/bug48207.phpt +++ b/ext/curl/tests/bug48207.phpt @@ -38,7 +38,7 @@ curl_setopt($ch, CURLOPT_FILE, $fp); 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