Skip to content

Commit ca9fbb6

Browse files
committed
[#2145] fix output dir
1 parent 7737d84 commit ca9fbb6

File tree

1 file changed

+1
-1
lines changed
  • picocli-codegen/src/test/java/picocli/codegen/docgen/manpage

1 file changed

+1
-1
lines changed

picocli-codegen/src/test/java/picocli/codegen/docgen/manpage/Issue2145.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ static class Documentation {
1818

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

0 commit comments

Comments
 (0)