summaryrefslogtreecommitdiff
path: root/ext/posix/tests/posix_getppid_basic.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/posix/tests/posix_getppid_basic.phpt')
-rw-r--r--ext/posix/tests/posix_getppid_basic.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/posix/tests/posix_getppid_basic.phpt b/ext/posix/tests/posix_getppid_basic.phpt
index 2fc4ff43ae..96790ed77e 100644
--- a/ext/posix/tests/posix_getppid_basic.phpt
+++ b/ext/posix/tests/posix_getppid_basic.phpt
@@ -2,7 +2,7 @@
Test posix_getppid() function : basic functionality
--SKIPIF--
<?php
- if (!extension_loaded('posix')) die('skip - POSIX extension not loaded');
+ if (!extension_loaded('posix')) die('skip - POSIX extension not loaded');
?>
--FILE--
<?php