mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
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:
parent
65a19abf3f
commit
4ad3a3f995
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue