From aa6861607396db946f9efd91e72708070d5002de Mon Sep 17 00:00:00 2001 From: Craig Comstock Date: Mon, 8 Jul 2024 08:23:28 -0500 Subject: [PATCH] Fix shell typo in nimclient module script CFE-4415 --- modules/packages/vendored/nimclient.mustache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/packages/vendored/nimclient.mustache b/modules/packages/vendored/nimclient.mustache index 7d2feb3c6e..60f6c4cd0f 100755 --- a/modules/packages/vendored/nimclient.mustache +++ b/modules/packages/vendored/nimclient.mustache @@ -146,7 +146,7 @@ done # This is not well developed as I don't have continuous access to aix and nim # nor am I an expert CFENGINE_TEST_NIMCLIENT_MOCK=false -if [ -n "$CFENGINE_TEST_NIMCLIENT_MOCK" = "true" ]; then +if [ "$CFENGINE_TEST_NIMCLIENT_MOCK" = "true" ]; then list_installed_packages() { cat ../../tests/unit/mock_lslpp_Lc }