summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2024-05-29 12:58:12 +0200
committerKlaus Aehlig <klaus.aehlig@huawei.com>2024-05-29 13:57:53 +0200
commit08863d06b412c121247ee13fd545a59be21ad15f (patch)
tree32b577c4ffd91f869a04c5132c17581c2f682811
parent3fa66733056a2d7c1b2afcf2eca978a7c29bedc3 (diff)
downloadrules-cc-08863d06b412c121247ee13fd545a59be21ad15f.tar.gz
["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.
-rw-r--r--shell/test/EXPRESSIONS5
1 files changed, 1 insertions, 4 deletions
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"}
]
}
]