diff options
Diffstat (limited to 'shell')
-rw-r--r-- | shell/test/EXPRESSIONS | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/shell/test/EXPRESSIONS b/shell/test/EXPRESSIONS index 6d163f3..24bf9ec 100644 --- a/shell/test/EXPRESSIONS +++ b/shell/test/EXPRESSIONS @@ -25,11 +25,7 @@ , "dep": {"type": "var", "name": "runner"} } } - , "body": - { "type": "singleton_map" - , "key": "runner" - , "value": {"type": "var", "name": "runner"} - } + , "body": {"type": "env", "vars": ["runner"]} } } } |