Ludovic Courtès skribis: > These tests mimic similar tests already in 'tests/channels.scm', but > without using the higher-level 'authenticate-channel'. > > * tests/git-authenticate.scm ("introductory commit, valid signature") > ("introductory commit, missing signature") > ("introductory commit, wrong signature"): New tests. > --- > tests/git-authenticate.scm | 106 ++++++++++++++++++++++++++++++++++++- > 1 file changed, 105 insertions(+), 1 deletion(-) > > Hello! > > (Cc: Maxime + Attila since you’ve already looked into this code.) > > This patch adds tests to ensure that an invalidate introductory commit > signature and lack of a signature on the introductory commit both lead > to an error. > > These tests do not uncover any problem. In fact, this behavior was > already tested in ‘tests/channels.scm’, but using the higher-level > ‘authenticate-channel’ procedure. > > They were prompted by Attila’s comments in > and by investigations that led to the bug fix I’m about to send (separately). I went ahead and pushed it as 36cb04df96623ffe8f1074172a4ed9e51bcf6e3a. Ludo’.