summaryrefslogtreecommitdiff
path: root/ext/gd/tests/bug39508.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/gd/tests/bug39508.phpt')
-rw-r--r--ext/gd/tests/bug39508.phpt5
1 files changed, 2 insertions, 3 deletions
diff --git a/ext/gd/tests/bug39508.phpt b/ext/gd/tests/bug39508.phpt
index 9e86efc20..791c59c23 100644
--- a/ext/gd/tests/bug39508.phpt
+++ b/ext/gd/tests/bug39508.phpt
@@ -1,9 +1,8 @@
--TEST--
Bug #39508 (imagefill crashes with small images 3 pixels or less)
--SKIPIF--
-<?php
- if (!extension_loaded('gd')) die("skip gd extension not available\n");
- if (!GD_BUNDLED) die('skip external GD libraries always fail');
+<?php
+ if (!extension_loaded('gd')) die("skip gd extension not available\n");
?>
--FILE--
<?php