]> granicus.if.org Git - php/commitdiff
disable this test temporarily
authorJoe Watkins <krakjoe@php.net>
Fri, 14 Jun 2019 12:22:25 +0000 (14:22 +0200)
committerJoe Watkins <krakjoe@php.net>
Fri, 14 Jun 2019 12:22:25 +0000 (14:22 +0200)
ext/pcntl/tests/001.phpt

index 3674af0a2022bc718d00b7a36c803a682c7f6d8b..b9587e13253928daf52ede90ecb70d9f3dc03b1f 100644 (file)
@@ -4,6 +4,9 @@ Test pcntl wait functionality
 <?php
        if (!extension_loaded("pcntl")) print "skip";
        elseif (!function_exists("posix_kill")) print "skip posix_kill() not available";
+    if (PHP_OS == "Darwin") {
+        die("skip do not run on darwin");
+    }
 ?>
 --FILE--
 <?php