summaryrefslogtreecommitdiff
path: root/ext/posix/tests/posix_ttyname.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/posix/tests/posix_ttyname.phpt')
-rw-r--r--ext/posix/tests/posix_ttyname.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/posix/tests/posix_ttyname.phpt b/ext/posix/tests/posix_ttyname.phpt
index 76dff4e4c0..bfaf63861c 100644
--- a/ext/posix/tests/posix_ttyname.phpt
+++ b/ext/posix/tests/posix_ttyname.phpt
@@ -7,8 +7,8 @@ Source code: ext/posix/posix.c
Falko Menge, mail at falko-menge dot de
PHP Testfest Berlin 2009-05-10
--SKIPIF--
-<?php
- if (!extension_loaded('posix')) {
+<?php
+ if (!extension_loaded('posix')) {
die('SKIP - POSIX extension not available');
}
?>