Skip to content

Commit 2ab1c03

Browse files
committed
Merge branch 'PHP-7.4'
* PHP-7.4: skip where no groups available
2 parents 39646af + d669d55 commit 2ab1c03

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/posix/tests/posix_getgrnam_basic.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ Test posix_getgrnam() function : basic functionality
33
--SKIPIF--
44
<?php
55
if (!extension_loaded('posix')) die('skip - POSIX extension not loaded');
6+
if (!posix_getgroups()) die('skip - groups unavailable (ci)');
67
?>
78
--FILE--
89
<?php

0 commit comments

Comments
 (0)