From 2018615c2a0ab5fcb5f49006df027acdb61aaa36 Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Thu, 13 Jun 2019 14:32:06 +0200 Subject: [PATCH] Remove superfluous CLEAN sections These actually should have been removed with commit be73ae3[1]. [1] --- ext/gd/tests/imagegif_nullbyte_injection.phpt | 4 ---- ext/gd/tests/imagejpeg_nullbyte_injection.phpt | 4 ---- ext/gd/tests/imagepng_nullbyte_injection.phpt | 4 ---- ext/gd/tests/imagewbmp_nullbyte_injection.phpt | 4 ---- ext/gd/tests/imagewebp_nullbyte_injection.phpt | 4 ---- 5 files changed, 20 deletions(-) diff --git a/ext/gd/tests/imagegif_nullbyte_injection.phpt b/ext/gd/tests/imagegif_nullbyte_injection.phpt index c5acdd489e..5793e90151 100644 --- a/ext/gd/tests/imagegif_nullbyte_injection.phpt +++ b/ext/gd/tests/imagegif_nullbyte_injection.phpt @@ -4,10 +4,6 @@ Testing null byte injection in imagegif ---CLEAN-- -$tempdir = sprintf("%s/%s", sys_get_temp_dir(), preg_replace("~\.php$~", null, __FILE__)); -foreach (glob($tempdir . "/test*") as $file ) { unlink($file); } -rmdir($tempdir); --FILE-- ---CLEAN-- -$tempdir = sprintf("%s/%s", sys_get_temp_dir(), preg_replace("~\.php$~", null, __FILE__)); -foreach (glob($tempdir . "/test*") as $file ) { unlink($file); } -rmdir($tempdir); --FILE-- ---CLEAN-- -$tempdir = sprintf("%s/%s", sys_get_temp_dir(), preg_replace("~\.php$~", null, __FILE__)); -foreach (glob($tempdir . "/test*") as $file ) { unlink($file); } -rmdir($tempdir); --FILE-- ---CLEAN-- -$tempdir = sprintf("%s/%s", sys_get_temp_dir(), preg_replace("~\.php$~", null, __FILE__)); -foreach (glob($tempdir . "/test*") as $file ) { unlink($file); } -rmdir($tempdir); --FILE-- ---CLEAN-- -$tempdir = sprintf("%s/%s", sys_get_temp_dir(), preg_replace("~\.php$~", null, __FILE__)); -foreach (glob($tempdir . "/test*") as $file ) { unlink($file); } -rmdir($tempdir); --FILE--