Skip to content

Commit 9229615

Browse files
committed
Marked findlocalusers* tests (2) as soft fail on AIX
User management and default shell and other details are different on AIX than on Linux. Ticket: ENT-12767 Changelog: none
1 parent 680e160 commit 9229615

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",
31+
"test_soft_fail" string => "windows|aix",
3232
meta => { "CFE-2318" };
3333

3434
vars:

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",
54+
"test_soft_fail" string => "windows|aix",
5555
meta => { "CFE-2318" };
5656

5757
vars:

0 commit comments

Comments
 (0)