We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42a790b commit dac865dCopy full SHA for dac865d
src/tests/cli.cpp
@@ -726,7 +726,7 @@ TEST_F(rnp_tests, test_cli_rnpkeys_genkey)
726
assert_int_not_equal(key_generate(GENKEYS, "expiration_overflow@rnp", "200y"), 0);
727
assert_int_not_equal(key_generate(GENKEYS, "expiration_past@rnp", "2021-01-01"), 0);
728
729
- // these should pass and go to the keystore -- 15 primary keys and 15 subkeys
+ // these should pass and go to the keystore -- 17 primary keys and 17 subkeys
730
assert_int_equal(key_generate(GENKEYS, "expiration_beyond2038_relative@rnp", "20y"), 0);
731
assert_int_equal(key_generate(GENKEYS, "expiration_beyond2038_absolute@rnp", "2100-01-01"),
732
0);
0 commit comments