]> granicus.if.org Git - php/commitdiff
skip this test on MacOS
authorAntony Dovgal <tony2001@php.net>
Tue, 10 Apr 2007 21:20:44 +0000 (21:20 +0000)
committerAntony Dovgal <tony2001@php.net>
Tue, 10 Apr 2007 21:20:44 +0000 (21:20 +0000)
ext/standard/tests/network/inet_ipv6.phpt

index f64976a968be006875bacd57fa70c1b20f01f108..3b280dfec7d9bac67756cd1dd8e4cea79d045b0b 100644 (file)
@@ -9,6 +9,7 @@ $packed = str_repeat(chr(0), 15) . chr(1);
 if (@inet_ntop($packed) === false) {
        die("skip no IPv6 support");
 }
+if (stristr(PHP_OS, "darwin") !== false) die("skip MacOS has broken inet_*() funcs");
 ?>
 --FILE--
 <?php