diff options
author | Ludovic Courtès <ludo@gnu.org> | 2019-09-04 12:24:59 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-09-04 13:02:27 +0200 |
commit | 3c82f1254116be2a9216b7c7e5e8c001ff486270 (patch) | |
tree | 643a272f53b081184f9d11d55d31680871944663 /tests | |
parent | 1fe01b70112986374ae184610127719154cc67ec (diff) | |
download | patches-3c82f1254116be2a9216b7c7e5e8c001ff486270.tar patches-3c82f1254116be2a9216b7c7e5e8c001ff486270.tar.gz |
tests: Adjust '--with-commit' test.
This is a followup to 4d04bc50d2df32be326e0f48f378dc581f873989.
* tests/guix-build-branch.sh: Expect "v0.1.0" to lead to
"guile-gcrypt-0.1.0".
Diffstat (limited to 'tests')
-rw-r--r-- | tests/guix-build-branch.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/guix-build-branch.sh b/tests/guix-build-branch.sh index 3d2a7dddf5..2556a0cdb9 100644 --- a/tests/guix-build-branch.sh +++ b/tests/guix-build-branch.sh @@ -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" |