}
}
public void testCwd() throws Exception {
OsPathModule ospath = (OsPathModule)client.getModule("os.path");
String root = ospath.abspath("/");
String[] command =
new String[]{"python", "-c", "import os; print os.getcwd()"};
RemoteProcessBuilder pb =