From 37cc2d245e078e6968f1eaaa18f0db2393118d1e Mon Sep 17 00:00:00 2001 From: Lars Erik Wik Date: Fri, 21 Nov 2025 11:06:13 +0100 Subject: [PATCH] getgroups.cf: test skip needs work - HP-UX Ticket: CFE-4605 Signed-off-by: Lars Erik Wik --- tests/acceptance/01_vars/02_functions/getgroups.cf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/acceptance/01_vars/02_functions/getgroups.cf b/tests/acceptance/01_vars/02_functions/getgroups.cf index 93317e0633..3dd48ca6c9 100644 --- a/tests/acceptance/01_vars/02_functions/getgroups.cf +++ b/tests/acceptance/01_vars/02_functions/getgroups.cf @@ -17,7 +17,7 @@ bundle agent check "description" -> { "ENT-12722" } string => "Test whether the entries of getroups() are like the ones inside /etc/group"; "test_skip_needs_work" - string => "suse_15|sles_15|aix|solaris", + string => "suse_15|sles_15|aix|solaris|hpux", comment => "expects first three groups are root, bin, daemon. However, on: - suse_15 they are root, shadow, trusted. - aix and solaris they are root, daemon, bin (i.e. different order)",