mirror of
https://github.com/pgpainless/pgpainless.git
synced 2025-09-09 10:19:39 +02:00
Fix compilation errors and simplify LayerIterator by introducing Packet interface
This commit is contained in:
parent
8f6227c14b
commit
6926cedf61
4 changed files with 24 additions and 37 deletions
|
@ -287,7 +287,7 @@ public class RoundTripInlineSignInlineVerifyCmdTest extends CLITest {
|
|||
File cert = writeFile("cert.asc", CERT_1);
|
||||
pipeStringToStdin(msgOut.toString());
|
||||
ByteArrayOutputStream verificationsOut = pipeStdoutToStream();
|
||||
assertSuccess(executeCommand("verify",
|
||||
assertSuccess(executeCommand("verify", "--stacktrace",
|
||||
sigFile.getAbsolutePath(),
|
||||
cert.getAbsolutePath()));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue