From 9f242e73e0a6766b78598b2237f77d0f05a24935 Mon Sep 17 00:00:00 2001 From: Nick Anderson Date: Mon, 31 Jul 2023 08:43:48 -0500 Subject: [PATCH] Soft failed isreadable() on aix and hpux Ticket: ENT-9930 Changelog: None --- tests/acceptance/01_vars/02_functions/isreadable.cf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/acceptance/01_vars/02_functions/isreadable.cf b/tests/acceptance/01_vars/02_functions/isreadable.cf index 573606f886..a26260413e 100644 --- a/tests/acceptance/01_vars/02_functions/isreadable.cf +++ b/tests/acceptance/01_vars/02_functions/isreadable.cf @@ -37,6 +37,10 @@ bundle agent test meta: "description" -> { "ENT-9380" } string => "Test policy function filereadable"; + + "test_soft_fail" -> { "ENT-9930" } + string => "hpux|aix", + meta => { "ENT-9930" }; } ##############################################################################