From 526e6f4cb0774a4d9f1c534b5989603bcae0720c Mon Sep 17 00:00:00 2001 From: tmcguinness Date: Thu, 6 Jun 2024 13:39:11 +0000 Subject: [PATCH] hardened the test to include the corner case when a user sets an enviroment varialble to the same value that is the par name space --- ci/scripts/tests/test_setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/scripts/tests/test_setup.py b/ci/scripts/tests/test_setup.py index c19be4932c..9e63a90c09 100755 --- a/ci/scripts/tests/test_setup.py +++ b/ci/scripts/tests/test_setup.py @@ -27,7 +27,7 @@ def test_setup_expt(): def test_setup_xml(): script_content = '''#!/usr/bin/env bash -export ACCOUNT=foobar +export ACCOUNT=fv3-cpu export HOMEgfs=foobar ../../../workflow/setup_xml.py "${1}" '''