projects
/
m6w6
/
ext-http
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
39b3777
)
tests: skip Darwin
author
Michael Wallner
<mike@php.net>
Mon, 2 Aug 2021 14:57:20 +0000
(16:57 +0200)
committer
Michael Wallner
<mike@php.net>
Tue, 3 Aug 2021 10:56:23 +0000
(12:56 +0200)
tests/urlparser010.phpt
patch
|
blob
|
history
diff --git
a/tests/urlparser010.phpt
b/tests/urlparser010.phpt
index e2e36db777065f472ee6dc734f1bb8758cc82328..c7f800af141f89577a15335a78ebcd683ab31364 100644
(file)
--- a/
tests/urlparser010.phpt
+++ b/
tests/urlparser010.phpt
@@
-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