tests: skip Darwin
authorMichael Wallner <mike@php.net>
Mon, 2 Aug 2021 14:57:20 +0000 (16:57 +0200)
committerMichael Wallner <mike@php.net>
Tue, 3 Aug 2021 10:56:23 +0000 (12:56 +0200)
tests/urlparser010.phpt

index e2e36db777065f472ee6dc734f1bb8758cc82328..c7f800af141f89577a15335a78ebcd683ab31364 100644 (file)
@@ -7,7 +7,9 @@ if (!defined("http\\Url::PARSE_MBLOC") or
        !utf8locale()) {
        die("skip need http\\Url::PARSE_MBLOC support and LC_CTYPE=*.UTF-8");
 }
-
+if (PHP_OS == "Darwin") {
+  die("skip Darwin\n");
+}
 ?>
 --FILE--
 <?php