summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaghubansh Kumar <kraghuba@php.net>2007-08-29 04:38:09 +0000
committerRaghubansh Kumar <kraghuba@php.net>2007-08-29 04:38:09 +0000
commit3b32190c91e01815f09a34aa6dd39a4981d16ef5 (patch)
treeab93894e82fb832e7a3a6519793c0bbdcb2b31b9
parentff95906878fbf1558e6280e12cad59d02058ab5b (diff)
downloadphp-git-3b32190c91e01815f09a34aa6dd39a4981d16ef5.tar.gz
fix test, do not run on macos
-rw-r--r--ext/standard/tests/general_functions/gettype_settype_variation2.phpt3
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/standard/tests/general_functions/gettype_settype_variation2.phpt b/ext/standard/tests/general_functions/gettype_settype_variation2.phpt
index 0f0f3e8b46..8d14fd72c6 100644
--- a/ext/standard/tests/general_functions/gettype_settype_variation2.phpt
+++ b/ext/standard/tests/general_functions/gettype_settype_variation2.phpt
@@ -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--