Skip to content

Commit 44bb0c4

Browse files
authored
Merge pull request #5956 from larsewi/getgroups
CFE-4605: getgroups.cf: test skip needs work - HP-UX
2 parents d549cd9 + 37cc2d2 commit 44bb0c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/acceptance/01_vars/02_functions/getgroups.cf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ bundle agent check
1717
"description" -> { "ENT-12722" }
1818
string => "Test whether the entries of getroups() are like the ones inside /etc/group";
1919
"test_skip_needs_work"
20-
string => "suse_15|sles_15|aix|solaris",
20+
string => "suse_15|sles_15|aix|solaris|hpux",
2121
comment => "expects first three groups are root, bin, daemon. However, on:
2222
- suse_15 they are root, shadow, trusted.
2323
- aix and solaris they are root, daemon, bin (i.e. different order)",

0 commit comments

Comments
 (0)