Skip to content

Commit

Permalink
[#2145] fix output dir
Browse files Browse the repository at this point in the history
  • Loading branch information
remkop committed May 6, 2024
1 parent 7737d84 commit ca9fbb6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ static class Documentation {

@Test
public void testManPageGenAsSubcommand() {
int result = new CommandLine(new Documentation()).execute("gen-manpage", "-dout", "-v");
int result = new CommandLine(new Documentation()).execute("gen-manpage", "-dbuild", "-v");
assertEquals(0, result);
}
}

0 comments on commit ca9fbb6

Please sign in to comment.