]> granicus.if.org Git - php/commitdiff
enable this test on all platforms, no reason to limit it windows only
authorAntony Dovgal <tony2001@php.net>
Wed, 30 Jul 2008 09:58:55 +0000 (09:58 +0000)
committerAntony Dovgal <tony2001@php.net>
Wed, 30 Jul 2008 09:58:55 +0000 (09:58 +0000)
ext/gd/tests/bug44849.phpt

index 2f4f475f753c34a9eb2124c228100e42090260fd..a6d162c3db801cd4d54fbf0080a39aeaf016ddd3 100644 (file)
@@ -2,8 +2,7 @@
 Bug #44849 (imagecolorclosesthwb is not available on Windows)
 --SKIPIF--
 <?php
-       if(!extension_loaded('gd')){ die('skip: gd extension not available'); }
-       if(strtoupper(substr(PHP_OS, 0, 3)) != 'WIN'){ die('skip: not a Windows operating system'); }
+       if(!extension_loaded('gd')){ die('skip gd extension not available'); }
 ?>
 --FILE--
 <?php