* Mattia Rizzolo <[email protected]>, 2021-11-10, 14:49:
On Tue, Nov 09, 2021 at 10:43:05PM +0100, Jakub Wilk wrote:Please call gpg in a way that doesn't make it guess anything.Interestingly, just adding --verify breaks it u.U
[...]
+ push @cmd, '--verify';
I think you need: push @cmd, '--verify', '--output', '-'; -- Jakub Wilk

