Skip to content

Commit

Permalink
Fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodet committed Jan 26, 2018
1 parent 07b0179 commit c353e2f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ public class AbstractWindowsTerminalTest {

@Test
public void testWriterBuffering() throws Exception {
System.setProperty("org.jline.terminal.conemu.disable-activate", "true");
StringWriter sw = new StringWriter();
Terminal terminal = new AbstractWindowsTerminal(new AnsiWriter(new BufferedWriter(sw)), "name", TYPE_WINDOWS, Charset.defaultCharset(),0,
false, Terminal.SignalHandler.SIG_DFL) {
Expand Down

0 comments on commit c353e2f

Please sign in to comment.