From 08863d06b412c121247ee13fd545a59be21ad15f Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Wed, 29 May 2024 12:58:12 +0200 Subject: ["shell/test", "script"] Keep computed path ... instead of throwing it away after correctly computing it. Fixes the environment if the shell defaults bring a custom path. --- shell/test/EXPRESSIONS | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'shell') diff --git a/shell/test/EXPRESSIONS b/shell/test/EXPRESSIONS index 2526973..19c48db 100644 --- a/shell/test/EXPRESSIONS +++ b/shell/test/EXPRESSIONS @@ -236,10 +236,7 @@ , "value": {"type": "var", "name": "ATTEMPT"} } } - , { "type": "var" - , "name": "TEST_ENV" - , "default": {"type": "empty_map"} - } + , {"type": "var", "name": "test_env"} ] } ] -- cgit v1.2.3