Skip to content

Commit 4fbdccf

Browse files
authored
Merge pull request #5955 from larsewi/findlocalusers
ENT-13532: findlocalusers.cf: soft fail on HP-UX
2 parents fd98c61 + e4e51e4 commit 4fbdccf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ bundle agent init
2828
bundle agent test
2929
{
3030
meta:
31-
"test_soft_fail" string => "windows|aix|solaris|redhat_10",
31+
"test_soft_fail" string => "windows|aix|solaris|hpux|redhat_10",
3232
comment => "redhat_10 user name is 'Super User' not 'root'",
3333
meta => { "CFE-2318" };
3434

tests/acceptance/01_vars/02_functions/unsafe/findlocalusers_unsafe.cf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ bundle agent init
5151
bundle agent test
5252
{
5353
meta:
54-
"test_soft_fail" string => "windows|aix|solaris|redhat_10",
54+
"test_soft_fail" string => "windows|aix|solaris|hpux|redhat_10",
5555
comment => "RedHat 10 root user is named 'Super User' not 'root'",
5656
meta => { "CFE-2318" };
5757

0 commit comments

Comments
 (0)