1 2 3 4 5 6 7 8 9 10
function run() let value = "a distinguished value" let result = ${ my_env=$value env }? let env = std.split(result.stdout, "\n") std.contains(env, "my_env=a distinguished value") end std.assert(run() == true)