summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2021-11-13 23:02:18 +0100
committerLudovic Courtès <ludo@gnu.org>2021-11-14 00:10:58 +0100
commit114005bea61efcd5f7d768e2d6503e873f654c16 (patch)
tree71e47ac618571dd91d1c04cb251fbb20dcf2db86 /tests
parente9e162784985611a0700cf7d0f16096762467a70 (diff)
downloadguix-patches-114005bea61efcd5f7d768e2d6503e873f654c16.tar
guix-patches-114005bea61efcd5f7d768e2d6503e873f654c16.tar.gz
tests: Adjust tests/egg.scm to latest API changes.
This is a followup to b999c80c2e71bd4b3f26a18a321b7e7e7b580103. * tests/egg.scm (eval-test-with-egg-file): Pass 'version' argument to 'egg->guix-package'.
Diffstat (limited to 'tests')
-rw-r--r--tests/egg.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/egg.scm b/tests/egg.scm
index 0884d8d429..99dd0a3fc7 100644
--- a/tests/egg.scm
+++ b/tests/egg.scm
@@ -72,7 +72,7 @@
(call-with-output-file egg-file
(lambda (port)
(write egg-test port)))
- (matcher (egg->guix-package egg-name
+ (matcher (egg->guix-package egg-name #f
#:file egg-file
#:source (plain-file
(string-append egg-name "-egg")