[ZEPPELIN-2216] fix path

This commit is contained in:
Tinkoff DWH 2017-04-24 12:18:55 +05:00
parent e4cf72f135
commit 1e3f3f717c

View file

@ -58,7 +58,7 @@ public class RemoteInterpreterTest {
private static final String INTERPRETER_SCRIPT =
System.getProperty("os.name").startsWith("Windows") ?
"../bin/interpreter.cmd" :
"bin/interpreter.sh";
"../bin/interpreter.sh";
private InterpreterGroup intpGroup;
private HashMap<String, String> env;