mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
Fix test
This commit is contained in:
@@ -47,7 +47,7 @@ public class TerminalShellCommandTest extends TestCase {
|
||||
hasRcConfig("bash --login", "jediterm-bash.in", Maps.newHashMap());
|
||||
Map<String, String> envs = Maps.newHashMap();
|
||||
hasRcConfig("bash --rcfile ~/.bashrc", "jediterm-bash.in", envs);
|
||||
assertEquals("~/.bashrc", envs.get("JEDITERM_USER_RCFILE"));
|
||||
assertTrue(envs.get("JEDITERM_USER_RCFILE").contains(".bashrc"));
|
||||
}
|
||||
|
||||
private static void hasRcConfig(String path, String configName, Map<String, String> envs) {
|
||||
|
||||
Reference in New Issue
Block a user