PT-130 Fixed pt-mext not working with not empty Rsa_public_key

This commit is contained in:
Carlos Salguero
2017-04-21 15:29:25 -03:00
parent c80955d5c0
commit 4ff7e58898
4 changed files with 11102 additions and 1 deletions

View File

@@ -40,6 +40,14 @@ ok(
"mext-002 -r"
) or diag($test_diff);
ok(
no_diff(
"$cmd -- cat $sample/pt-130-in.txt",
"t/pt-mext/samples/pt-130-out.txt",
),
"having rsa key",
) or diag($test_diff);
# #############################################################################
# Done.
# #############################################################################