*/
@Test
public void runtime_context() throws Exception {
File shell = putScript("environment.sh", "bin/script.sh");
CommandScript script = new CommandScript(
"testing", set(), "profile", "module",
Arrays.asList(shell.getAbsolutePath()),
map("script", "SCRIPT", "override", "SCRIPT"));
CommandScriptHandler handler = handler("env.handler", "HANDLER", "env.override", "HANDLER");