Skip to content

Commit

Permalink
Adapt test
Browse files Browse the repository at this point in the history
  • Loading branch information
guw committed Aug 29, 2023
1 parent a8afe24 commit 5122366
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,10 @@ void redirect_to_stdout() throws IOException {

var output = readString(stdOutFile, Charset.defaultCharset());
assertNotNull(output);
assertEquals("dummy --tool_tag=eclipse:test --color=yes --curses=no" + System.lineSeparator(), output);
assertEquals(
"dummy --tool_tag=eclipse:test --color=yes --curses=no --progress_in_terminal_title=no"
+ System.lineSeparator(),
output);
}

@BeforeEach
Expand Down

0 comments on commit 5122366

Please sign in to comment.