]> granicus.if.org Git - php/commitdiff
Cleanup temp file
authorChristopher Jones <sixd@php.net>
Tue, 9 Jul 2013 21:51:47 +0000 (14:51 -0700)
committerChristopher Jones <sixd@php.net>
Tue, 9 Jul 2013 21:51:47 +0000 (14:51 -0700)
ext/gd/tests/imagecrop_auto.phpt

index c2b5177fbfe5bcc7ce14447baf424d53538cad84..1c1929d8e8d7c9f76f3e0373a4c340961dd34226 100644 (file)
@@ -57,6 +57,8 @@ $im_crop = imagecropauto($im, IMG_CROP_THRESHOLD, 0.1, 0x0);
 imagepng($im_crop, __DIR__ . "/crop_threshold.png");\r
 var_dump(imagesx($im_crop));\r
 var_dump(imagesy($im_crop));\r
+\r
+@unlink(__DIR__ . "/crop_threshold.png");\r
 ?> \r
 --EXPECT-- \r
 TC IMG_CROP_DEFAULT\r