From e4629ef43b96f0571f6781e86e647569a6b81c4d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= <ludo@gnu.org>
Date: Sat, 29 Mar 2014 22:59:46 +0100
Subject: [PATCH] tests: Make sure 'guix archive --import' succeeds.

* tests/guix-archive.sh: Check the exit value of 'guix archive
  --import'.
---
 tests/guix-archive.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/guix-archive.sh b/tests/guix-archive.sh
index 0de7395145b..d4259b86778 100644
--- a/tests/guix-archive.sh
+++ b/tests/guix-archive.sh
@@ -39,6 +39,8 @@ cmp "$archive" "$archive_alt"
 guix archive --export `guix build guile-bootstrap` > "$archive_alt"
 cmp "$archive" "$archive_alt"
 
+# Check the exit value and stderr upon import.
+guix archive --import < "$archive"
 guix archive --import < "$archive" 2>&1 | grep "import.*guile-bootstrap"
 
 if guix archive something-that-does-not-exist
-- 
GitLab