]> granicus.if.org Git - php/commitdiff
fix test, do not run on macos
authorRaghubansh Kumar <kraghuba@php.net>
Wed, 29 Aug 2007 04:38:09 +0000 (04:38 +0000)
committerRaghubansh Kumar <kraghuba@php.net>
Wed, 29 Aug 2007 04:38:09 +0000 (04:38 +0000)
ext/standard/tests/general_functions/gettype_settype_variation2.phpt

index 0f0f3e8b4609c47fe86d2162921b50e3b4457241..8d14fd72c6674eb4e6b3ff7e5c465e1ca06fe63c 100644 (file)
@@ -4,6 +4,9 @@ Test gettype() & settype() functions : usage variations
 <?php
 if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
 ?>
+if ( strtoupper( substr(PHP_OS, 0, 3) ) == 'MAC' ) {
+    die('skip Do not run on MacOS');
+}
 --INI--
 precision=14
 --FILE--