summaryrefslogtreecommitdiff
path: root/ext/posix/tests/posix_isatty.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/posix/tests/posix_isatty.phpt')
-rw-r--r--ext/posix/tests/posix_isatty.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/posix/tests/posix_isatty.phpt b/ext/posix/tests/posix_isatty.phpt
index 0b40dd1d43..011a636e64 100644
--- a/ext/posix/tests/posix_isatty.phpt
+++ b/ext/posix/tests/posix_isatty.phpt
@@ -2,7 +2,7 @@
posix_isatty(): Basic tests
--SKIPIF--
<?php
-if (!extension_loaded('posix')) die('skip - POSIX extension not loaded');
+if (!extension_loaded('posix')) die('skip - POSIX extension not loaded');
if (!function_exists('posix_isatty')) die('skip posix_isatty() not found');
?>
--FILE--