diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-04-21 00:43:28 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-04-21 00:43:28 +0200 |
| commit | 748b182f27eedb006cb8493e12a389fa1c5883e7 (patch) | |
| tree | c4429dbd7f639214d3d1467d85c00505e0ea839a | |
| parent | 73d702ec2eb3632bdf54055c2c43f41416181515 (diff) | |
Try to make test more robust.
| -rw-r--r-- | test/kdm_cli_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/kdm_cli_test.cc b/test/kdm_cli_test.cc index 303f2b0d4..6e54f3a6c 100644 --- a/test/kdm_cli_test.cc +++ b/test/kdm_cli_test.cc @@ -127,7 +127,7 @@ BOOST_AUTO_TEST_CASE(kdm_cli_specify_decryption_key_test) output.clear(); error = run(bad_args, output, false); BOOST_REQUIRE(error); - BOOST_CHECK(error->find("oaep decoding error") != string::npos); + BOOST_CHECK(error->find("Could not decrypt KDM") != string::npos); vector<string> good_args = { "kdm_cli", |
