summaryrefslogtreecommitdiff
path: root/ext/posix/tests/posix_setuid_error.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/posix/tests/posix_setuid_error.phpt')
-rw-r--r--ext/posix/tests/posix_setuid_error.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/posix/tests/posix_setuid_error.phpt b/ext/posix/tests/posix_setuid_error.phpt
index 8aa51586a4..f1522e663c 100644
--- a/ext/posix/tests/posix_setuid_error.phpt
+++ b/ext/posix/tests/posix_setuid_error.phpt
@@ -1,8 +1,8 @@
--TEST--
Test function posix_setuid() by calling it more than or less than its expected arguments
--SKIPIF--
-<?php
- if(!extension_loaded("posix")) print "skip - POSIX extension not loaded";
+<?php
+ if(!extension_loaded("posix")) print "skip - POSIX extension not loaded";
?>
--CREDITS--
Marco Fabbri mrfabbri@gmail.com