From 884df776408caa137456e91ba0f5fd71524cf6c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Wed, 1 Jul 2020 23:15:36 +0200 Subject: 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. --- tests/channels.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/channels.scm') 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 -- cgit v1.2.3