summaryrefslogtreecommitdiff
path: root/ext/sockets/tests/socket_clear_error.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/sockets/tests/socket_clear_error.phpt')
-rw-r--r--ext/sockets/tests/socket_clear_error.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/sockets/tests/socket_clear_error.phpt b/ext/sockets/tests/socket_clear_error.phpt
index 273f7a0ca8..9ea770954d 100644
--- a/ext/sockets/tests/socket_clear_error.phpt
+++ b/ext/sockets/tests/socket_clear_error.phpt
@@ -8,7 +8,7 @@ if (!extension_loaded('sockets')) {
die('SKIP sockets extension not available.');
}
if(substr(PHP_OS, 0, 3) == 'WIN' ) {
- die('skip windows only test');
+ die('skip windows only test');
}
?>
--FILE--