Skip to content
Snippets Groups Projects
Commit 5747e396 authored by Andreas Romeyke's avatar Andreas Romeyke
Browse files

- minor

parent 1725d1bc
No related branches found
No related tags found
No related merge requests found
......@@ -24,6 +24,7 @@ use_ok("SLUB::LZA::TA::Crypt");
is(SLUB::LZA::TA::Crypt::encrypt("199fc76b9d086d8937976634e93413bcd005d941"), "839852bed005a7f1237578a6ac1197c142f7d0dd58bb248446dc7849d4bf770902e7f980ad83d39008ad638bc41e2345", "ta-tool, init, check encryption");
is(SLUB::LZA::TA::Crypt::decrypt("839852bed005a7f1237578a6ac1197c142f7d0dd58bb248446dc7849d4bf770902e7f980ad83d39008ad638bc41e2345"), "199fc76b9d086d8937976634e93413bcd005d941", "ta-tool, init, check encryption");
ok($testapp, "init 'ta-tool'");
foreach my $param ("help init", "init -h", "init --help") {
$testapp->run(args => $param);
#say "STDOUT:",$testapp->stdout;
......@@ -33,7 +34,6 @@ foreach my $param ("help init", "init -h", "init --help") {
is($? >> 8, 0, "ta-tool $param, exit status");
}
$testapp->run(
stdin => <<_EOF_,
lza
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment