diff options
author | Ludovic Courtès <ludo@gnu.org> | 2014-03-29 22:59:46 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-03-29 22:59:46 +0100 |
commit | e4629ef43b96f0571f6781e86e647569a6b81c4d (patch) | |
tree | 7b860e492839e6683d1f8ac22289e7ebf5ad4a36 /tests | |
parent | c9e2b0b16e3efe319d437d9a96c8ce65ed145e8f (diff) | |
download | guix-e4629ef43b96f0571f6781e86e647569a6b81c4d.tar guix-e4629ef43b96f0571f6781e86e647569a6b81c4d.tar.gz |
tests: Make sure 'guix archive --import' succeeds.
* tests/guix-archive.sh: Check the exit value of 'guix archive
--import'.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/guix-archive.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/guix-archive.sh b/tests/guix-archive.sh index 0de7395145..d4259b8677 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 |