]> granicus.if.org Git - php/commitdiff
exclude a non windows test
authorAnatol Belski <ab@php.net>
Sun, 19 Jul 2015 17:53:53 +0000 (19:53 +0200)
committerAnatol Belski <ab@php.net>
Sun, 19 Jul 2015 17:53:53 +0000 (19:53 +0200)
ext/shmop/tests/002.phpt

index 3ca0a0b45afe5fd6c9d7cae0b39409631182947b..c67857af0816a2b050fdb9cecf01f2fd3e2f54da 100644 (file)
@@ -4,6 +4,9 @@ shmop extension error messages
 edgarsandi - <edgar.r.sandi@gmail.com>
 --SKIPIF--
 <?php
+       if( substr(PHP_OS, 0, 3) == "WIN") {
+               die('skip not for Windows');
+       }
        if (!extension_loaded("shmop")) {
 
                die("skip shmop() extension not available");