tests: Allow 'tests/git-authenticate.scm' to run when git/gpg is missing.
Fixes <https://bugs.gnu.org/42077>.
Reported by Jan Nieuwenhuizen <janneke@gnu.org>.
The typo was introduced in 7b06781a58
.
* tests/git-authenticate.scm <top level>: Remove call to 'which'
around (gpg+git-available?).
parent
1acc5e11be
commit
0a8dd8aae5
|
@ -56,7 +56,7 @@
|
||||||
#:keyring-reference "master")
|
#:keyring-reference "master")
|
||||||
'failed)))))
|
'failed)))))
|
||||||
|
|
||||||
(unless (which (gpg+git-available?)) (test-skip 1))
|
(unless (gpg+git-available?) (test-skip 1))
|
||||||
(test-assert "signed commits, SHA1 signature"
|
(test-assert "signed commits, SHA1 signature"
|
||||||
(with-fresh-gnupg-setup (list %ed25519-public-key-file
|
(with-fresh-gnupg-setup (list %ed25519-public-key-file
|
||||||
%ed25519-secret-key-file)
|
%ed25519-secret-key-file)
|
||||||
|
|
Reference in New Issue