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

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