tests: Refer to "time@1.8".

This is a followup to dd00e0919f.

* tests/guix-build.sh: Refer to "time@1.8".
This commit is contained in:
Ludovic Courtès 2017-11-11 15:33:04 +01:00
parent 65a19abf3f
commit 4ad3a3f995
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ test "`guix build superseded -d`" = "`guix build bar -d`"
# Parsing package names and versions.
guix build -n time # PASS
guix build -n time@1.7 # PASS, version found
guix build -n time@1.8 # PASS, version found
if guix build -n time@3.2; # FAIL, version not found
then false; else true; fi
if guix build -n something-that-will-never-exist; # FAIL