tests: Refer to "time@1.8".
This is a followup to dd00e0919f
.
* tests/guix-build.sh: Refer to "time@1.8".
master
parent
65a19abf3f
commit
4ad3a3f995
|
@ -184,7 +184,7 @@ test "`guix build superseded -d`" = "`guix build bar -d`"
|
||||||
|
|
||||||
# Parsing package names and versions.
|
# Parsing package names and versions.
|
||||||
guix build -n time # PASS
|
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
|
if guix build -n time@3.2; # FAIL, version not found
|
||||||
then false; else true; fi
|
then false; else true; fi
|
||||||
if guix build -n something-that-will-never-exist; # FAIL
|
if guix build -n something-that-will-never-exist; # FAIL
|
||||||
|
|
Reference in New Issue