From e6fdbe91619802b7daab89b2af2e7bf216291499 Mon Sep 17 00:00:00 2001 From: vsoch Date: Sun, 17 Sep 2023 23:22:11 -0600 Subject: [PATCH] update test Signed-off-by: vsoch --- shpc/tests/test_wrappers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shpc/tests/test_wrappers.py b/shpc/tests/test_wrappers.py index debf6754a..0bb421fc0 100644 --- a/shpc/tests/test_wrappers.py +++ b/shpc/tests/test_wrappers.py @@ -244,7 +244,7 @@ def test_custom_wrapper_dir( assert "local wrapperDir = moduleDir" in content elif module_file.endswith("tcl") and wrapper_type in ["unset", "disabled"]: - assert "set wrapperDir $moduleDir" in content + assert 'set wrapperDir "${moduleDir}"' in content # Wrappers always generated in either wrapper_dir or module_dir, unless disabled # bin is generated no matter what, but is populated in one case only