Skip to content

Commit 89717af

Browse files
committed
Added exception for solaris platform for findlocalusers* tests
The test needs work. The expected data is not accurate for solaris as well as windows and aix. Ticket: ENT-12767 Changelog: none
1 parent a24760e commit 89717af

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

5757
vars:

0 commit comments

Comments
 (0)