From: Antony Dovgal Date: Thu, 10 May 2007 12:22:49 +0000 (+0000) Subject: cleanup temp test data X-Git-Tag: RELEASE_1_2_0~119 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3d980a73cf74f6166a7f0265ab72c2a33f1c106f;p=php cleanup temp test data --- diff --git a/ext/standard/tests/image/iptcembed_001.phpt b/ext/standard/tests/image/iptcembed_001.phpt index 4a4c6b3123..edb8d36ee2 100644 --- a/ext/standard/tests/image/iptcembed_001.phpt +++ b/ext/standard/tests/image/iptcembed_001.phpt @@ -9,6 +9,7 @@ fwrite($fp, b"-1-1"); fclose($fp); var_dump(iptcembed(-1, $file, -1)); +unlink($file); echo "Done\n"; ?>