summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/gd/tests/bug19366.phpt8
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/gd/tests/bug19366.phpt b/ext/gd/tests/bug19366.phpt
index 7f610c9be4..5e4d7285b3 100644
--- a/ext/gd/tests/bug19366.phpt
+++ b/ext/gd/tests/bug19366.phpt
@@ -1,10 +1,10 @@
--TEST--
gdimagefill() function (Bug #19366 (fixed in bundled libgd))
--SKIPIF--
-<?php if (!extension_loaded('gd') || !GD_BUNDLED) die("skip\n"); ?>
---POST--
---GET--
---INI--
+<?php
+ if (!extension_loaded('gd')) die("skip gd extension not available\n");
+ if (!GD_BUNDLED) die('skip external GD libraries always fail');
+?>
--FILE--
<?php
echo "Alive\n";