diff options
-rw-r--r-- | tests/channels.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/channels.scm b/tests/channels.scm index 591b7b9749..7e593b84c4 100644 --- a/tests/channels.scm +++ b/tests/channels.scm @@ -468,7 +468,8 @@ '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 |