summaryrefslogtreecommitdiff
path: root/ext/posix/tests/posix_setgid_basic.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/posix/tests/posix_setgid_basic.phpt')
-rw-r--r--ext/posix/tests/posix_setgid_basic.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/posix/tests/posix_setgid_basic.phpt b/ext/posix/tests/posix_setgid_basic.phpt
index 3b7d1f9a45..bb41e22989 100644
--- a/ext/posix/tests/posix_setgid_basic.phpt
+++ b/ext/posix/tests/posix_setgid_basic.phpt
@@ -1,7 +1,7 @@
--TEST--
Test function posix_setgid() by calling it with its expected arguments
--SKIPIF--
-<?php
+<?php
if(!extension_loaded("posix")) print "skip - POSIX extension not loaded";
?>
--CREDITS--