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

index ac3660b2cea9c6fdb56539f68f78d159f715d515..6c321de491edbcf265da9489962d5b1ac2195ed2 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--