# # # patch "tests/read_and_convert_old_privkey_packet/__driver__.lua" # from [61d70c7136cb316addaad022dfa59ce742e54f28] # to [d0b8bb5dc392b5e313f3a392c72236e5b68ac511] # ============================================================ --- tests/read_and_convert_old_privkey_packet/__driver__.lua 61d70c7136cb316addaad022dfa59ce742e54f28 +++ tests/read_and_convert_old_privkey_packet/__driver__.lua d0b8bb5dc392b5e313f3a392c72236e5b68ac511 @@ -31,7 +31,7 @@ remove("_MTN/options") -- 1) without a --key= switch, it should give us the multiple -- available keys message and error out remove("_MTN/options") -check(mtn("branch", "foo"), 0, false, false) +check(nokey_mtn("branch", "foo"), 0, false, false) check(nokey_mtn("ci", "-mbar"), 1, nil, true) check(qgrep("multiple private keys", "stderr"))