diff options
author | Ludovic Courtès <ludo@gnu.org> | 2016-03-09 15:08:00 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-03-09 15:08:00 +0100 |
commit | f1eacbafc4b98b8665856640c9d728372857eebf (patch) | |
tree | a32c7b47678d4f7b23b224762f1fdb101a381a03 /Makefile.am | |
parent | 1ddee42472ecdad3d2dbbc2482aab5e3add3abdd (diff) | |
download | patches-f1eacbafc4b98b8665856640c9d728372857eebf.tar patches-f1eacbafc4b98b8665856640c9d728372857eebf.tar.gz |
upstream: Fix 'signature-urls' coalescing.
Previously, the resulting 'signature-urls' would contain N times the
same URL.
* guix/upstream.scm (coalesce-sources): Fix TWO in 'signature-urls'.
* tests/upstream.scm: New file.
* Makefile.am (SCM_TESTS): Add it.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 6f8e57c9cc..f67de43f48 100644 --- a/Makefile.am +++ b/Makefile.am @@ -225,6 +225,7 @@ SCM_TESTS = \ tests/grafts.scm \ tests/ui.scm \ tests/records.scm \ + tests/upstream.scm \ tests/utils.scm \ tests/build-utils.scm \ tests/packages.scm \ |