2 parents 39646af + d669d55 commit 2ab1c03Copy full SHA for 2ab1c03
ext/posix/tests/posix_getgrnam_basic.phpt
@@ -3,6 +3,7 @@ Test posix_getgrnam() function : basic functionality
3
--SKIPIF--
4
<?php
5
if (!extension_loaded('posix')) die('skip - POSIX extension not loaded');
6
+if (!posix_getgroups()) die('skip - groups unavailable (ci)');
7
?>
8
--FILE--
9
0 commit comments