mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
channels: Properly diagnose test failure.
This fixes a style issue similar to that of
a18d02def9
.
* tests/channels.scm ("authenticate-channel, .guix-authorizations"):
Change to 'test-equal' so that test failures are properly diagnosed.
This commit is contained in:
parent
eb5cf39e66
commit
884df77640
1 changed files with 2 additions and 1 deletions
|
@ -468,7 +468,8 @@ (define (find-commit* message)
|
|||
'failed))))))
|
||||
|
||||
(unless (gpg+git-available?) (test-skip 1))
|
||||
(test-assert "authenticate-channel, .guix-authorizations"
|
||||
(test-equal "authenticate-channel, .guix-authorizations"
|
||||
#t
|
||||
(with-fresh-gnupg-setup (list %ed25519-public-key-file
|
||||
%ed25519-secret-key-file
|
||||
%ed25519bis-public-key-file
|
||||
|
|
Loading…
Reference in a new issue