}
@Test
public synchronized void testEnvironment() throws Exception {
scp = new ShellCommandProcessor(new ByteArrayLfSerializer(), "python src/test/resources/env.py");
Map<String, String> environment = new HashMap<String, String>();
environment.put("FOO", "foo");
environment.put("BAR", "bar");
scp.setEnvironment(environment);
scp.afterPropertiesSet();