From cd7e56e5360f5d3142cfa4e94e59e5a55c5497a7 Mon Sep 17 00:00:00 2001 From: Christopher Jones Date: Tue, 9 Jul 2013 14:51:47 -0700 Subject: [PATCH] Cleanup temp file --- ext/gd/tests/imagecrop_auto.phpt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ext/gd/tests/imagecrop_auto.phpt b/ext/gd/tests/imagecrop_auto.phpt index c2b5177fbf..1c1929d8e8 100644 --- a/ext/gd/tests/imagecrop_auto.phpt +++ b/ext/gd/tests/imagecrop_auto.phpt @@ -57,6 +57,8 @@ $im_crop = imagecropauto($im, IMG_CROP_THRESHOLD, 0.1, 0x0); imagepng($im_crop, __DIR__ . "/crop_threshold.png"); var_dump(imagesx($im_crop)); var_dump(imagesy($im_crop)); + +@unlink(__DIR__ . "/crop_threshold.png"); ?> --EXPECT-- TC IMG_CROP_DEFAULT -- 2.50.1