summaryrefslogtreecommitdiff
path: root/tests/substitute-binary.scm
diff options
context:
space:
mode:
Diffstat (limited to 'tests/substitute-binary.scm')
-rw-r--r--tests/substitute-binary.scm3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/substitute-binary.scm b/tests/substitute-binary.scm
index 8bde7f6aaf4..163cd745936 100644
--- a/tests/substitute-binary.scm
+++ b/tests/substitute-binary.scm
@@ -166,6 +166,9 @@ a file for NARINFO."
166(define-syntax-rule (with-narinfo narinfo body ...) 166(define-syntax-rule (with-narinfo narinfo body ...)
167 (call-with-narinfo narinfo (lambda () body ...))) 167 (call-with-narinfo narinfo (lambda () body ...)))
168 168
169;; Transmit these options to 'guix substitute-binary'.
170(set! (@@ (guix scripts substitute-binary) %cache-url)
171 (getenv "GUIX_BINARY_SUBSTITUTE_URL"))
169 172
170(test-equal "query narinfo without signature" 173(test-equal "query narinfo without signature"
171 "" ; not substitutable 174 "" ; not substitutable