diff options
author | Ludovic Courtès <ludo@gnu.org> | 2020-07-01 23:15:36 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2020-07-01 23:34:51 +0200 |
commit | 884df776408caa137456e91ba0f5fd71524cf6c3 (patch) | |
tree | 1a0720bdfd923148a63eea363c59106919fbcff2 /tests/channels.scm | |
parent | eb5cf39e66a51eb357ca0c08f4409d00ec3b24a9 (diff) | |
download | guix-884df776408caa137456e91ba0f5fd71524cf6c3.tar.gz |
channels: Properly diagnose test failure.
This fixes a style issue similar to that of a18d02def9862dfb9b7a5e3d5aa3b541b066d198. * tests/channels.scm ("authenticate-channel, .guix-authorizations"): Change to 'test-equal' so that test failures are properly diagnosed.
Diffstat (limited to 'tests/channels.scm')
-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 |