]> granicus.if.org Git - php/commitdiff
cleanup temp test data
authorAntony Dovgal <tony2001@php.net>
Thu, 10 May 2007 12:22:49 +0000 (12:22 +0000)
committerAntony Dovgal <tony2001@php.net>
Thu, 10 May 2007 12:22:49 +0000 (12:22 +0000)
ext/standard/tests/image/iptcembed_001.phpt

index 4a4c6b3123ca3a9200404e675ff1881b386c14cb..edb8d36ee242ceb122add6b49ddb7ada9c954ac1 100644 (file)
@@ -9,6 +9,7 @@ fwrite($fp, b"-1-1");
 fclose($fp);
 
 var_dump(iptcembed(-1, $file, -1));
+unlink($file);
 
 echo "Done\n";
 ?>