mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-03 19:15:54 +00:00
PT-130 Fixed pt-mext not working with not empty Rsa_public_key
This commit is contained in:
@@ -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.
|
||||
# #############################################################################
|
||||
|
Reference in New Issue
Block a user