summaryrefslogtreecommitdiff
path: root/ext/sockets/tests
diff options
context:
space:
mode:
authorXinchen Hui <laruence@php.net>2013-03-05 13:58:20 +0800
committerXinchen Hui <laruence@php.net>2013-03-05 13:58:20 +0800
commit3f67d5ae434236be1db2ee54baf85725ac7b6a56 (patch)
treeb02e0bdc8568dc83bf8744dcfe3d9f20a39ac9c9 /ext/sockets/tests
parent0404c38615b54f6ea58ebd16f104da03f1202324 (diff)
downloadphp-git-3f67d5ae434236be1db2ee54baf85725ac7b6a56.tar.gz
Revert "Fixed Bug #64340 (sockets tests failed) Patch by Reeze"
build break, will only leave the test script fix first This reverts commit f2246f352fc01295c370728d68a9bcd2bb546652.
Diffstat (limited to 'ext/sockets/tests')
-rw-r--r--ext/sockets/tests/socket_set_option_error_socket_option.phpt5
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/sockets/tests/socket_set_option_error_socket_option.phpt b/ext/sockets/tests/socket_set_option_error_socket_option.phpt
index 471d6bf8ca..eaa0e64faf 100644
--- a/ext/sockets/tests/socket_set_option_error_socket_option.phpt
+++ b/ext/sockets/tests/socket_set_option_error_socket_option.phpt
@@ -5,11 +5,6 @@ Test if socket_set_option() returns 'unable to set socket option' failure for in
if (!extension_loaded('sockets')) {
die('SKIP sockets extension not available.');
}
-
-if (PHP_OS == 'Darwin') {
- die('skip Not for OSX');
-}
-
$filename = dirname(__FILE__) . '/006_root_check.tmp';
$fp = fopen($filename, 'w');
fclose($fp);