# # # patch "tests/trust_hooks_and_trusted_command/__driver__.lua" # from [317ce678a1bd355e4c39534e62537424eda07992] # to [df0d568151e80faa78854e09ee4110d849057443] # ============================================================ --- tests/trust_hooks_and_trusted_command/__driver__.lua 317ce678a1bd355e4c39534e62537424eda07992 +++ tests/trust_hooks_and_trusted_command/__driver__.lua df0d568151e80faa78854e09ee4110d849057443 @@ -12,6 +12,10 @@ bad = string.rep("0", 40) good = string.rep("1", 40) bad = string.rep("0", 40) +check(mtn("automate", "genkey", "address@hidden", "address@hidden"), 0, false, false) +check(mtn("automate", "genkey", "address@hidden", "address@hidden"), 0, false, false) +check(mtn("automate", "genkey", "address@hidden", "address@hidden"), 0, false, false) + -- Idea here is to check a bunch of combinations, to make sure that -- trust hooks get all information correctly check(trusted(good, "foo", "bar", "address@hidden"))