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
@ -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 New Issue
Block a user