mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
tests: Adjust '--with-commit' test.
This is a followup to 4d04bc50d2
.
* tests/guix-build-branch.sh: Expect "v0.1.0" to lead to
"guile-gcrypt-0.1.0".
This commit is contained in:
parent
1fe01b7011
commit
3c82f12541
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ test "$v0_1_0_drv" != "$latest_drv"
|
|||
test "$v0_1_0_drv" != "$orig_drv"
|
||||
|
||||
v0_1_0_drv="`guix build guix --with-commit=guile-gcrypt=v0.1.0 -d`"
|
||||
guix gc -R "$v0_1_0_drv" | grep guile-gcrypt-git.v0.1.0
|
||||
guix gc -R "$v0_1_0_drv" | grep guile-gcrypt-0.1.0
|
||||
guix gc -R "$v0_1_0_drv" | grep guile-gcrypt-9e3eacd
|
||||
test "$v0_1_0_drv" != "$latest_drv"
|
||||
test "$v0_1_0_drv" != "$orig_drv"
|
||||
|
|
Loading…
Reference in a new issue