t/lib-gpg: fix ssh-keygen -Y check-novalidate with openssh-9.0
commit20025fdfc756821ee51cc4955108cbfb519e1d68
authorTodd Zullinger <tmz@pobox.com>
Thu, 25 May 2023 03:10:24 +0000 (24 23:10 -0400)
committerJunio C Hamano <gitster@pobox.com>
Fri, 26 May 2023 04:37:08 +0000 (26 13:37 +0900)
tree3854767b9a02b718412bcb3f2bad54295f0247d5
parent79bdd48716a4c455bdc8ffd91d57a18d5cd55baa
t/lib-gpg: fix ssh-keygen -Y check-novalidate with openssh-9.0

OpenSSH-9.0 requires a namespace option with `-Y check-novalidate`.
This was added in openssh-portable commit a0b5816f8 (upstream:
ssh-keygen -Y check-novalidate requires namespace or SEGV, 2022-03-18).

The -n option was documented as a required option since check-novalidate
was added in openssh-portable 8aa2aa3cd (upstream: Allow testing
signature syntax and validity without verifying, 2019-09-16).

Signed-off-by: Todd Zullinger <tmz@pobox.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/lib-gpg.sh