]> granicus.if.org Git - php/commitdiff
- Added CLEAN section to recently committed test.
authorGustavo André dos Santos Lopes <cataphract@php.net>
Fri, 5 Nov 2010 01:56:28 +0000 (01:56 +0000)
committerGustavo André dos Santos Lopes <cataphract@php.net>
Fri, 5 Nov 2010 01:56:28 +0000 (01:56 +0000)
ext/standard/tests/file/bug53241.phpt

index e302e881404d3a7db5e5cc0d8449bf8a7efa8e64..685bf146204d517c338679a47d205a8b4243d257 100644 (file)
@@ -13,6 +13,11 @@ $fh = fopen($fn, 'xb');
 $ch = curl_init('http://www.yahoo.com/');\r
 var_dump(curl_setopt($ch, CURLOPT_FILE, $fh));\r
 echo "Done.\n";\r
+--CLEAN--\r
+<?php\r
+$fn = __DIR__ . "/test.tmp";\r
+@unlink($fn);\r
+?>\r
 --EXPECT--\r
 bool(true)\r
 Done.\r