summaryrefslogtreecommitdiff
path: root/ext/posix/tests/posix_geteuid_error1.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/posix/tests/posix_geteuid_error1.phpt')
-rw-r--r--ext/posix/tests/posix_geteuid_error1.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/posix/tests/posix_geteuid_error1.phpt b/ext/posix/tests/posix_geteuid_error1.phpt
index ac4e0d5ddc..941005f028 100644
--- a/ext/posix/tests/posix_geteuid_error1.phpt
+++ b/ext/posix/tests/posix_geteuid_error1.phpt
@@ -1,8 +1,8 @@
--TEST--
Test function posix_geteuid() 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