summaryrefslogtreecommitdiff
path: root/tests/substitute.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2015-03-25 10:44:19 +0100
committerLudovic Courtès <ludo@gnu.org>2015-03-25 10:46:22 +0100
commit614c2188420a266ec512c9c04af3bb2ea46c4dc4 (patch)
tree43be5856ffcea6dbf00aedebea58a28eb04b79d2 /tests/substitute.scm
parent2c74fde00e4e721c6a73646935ab0cfe19dd9188 (diff)
downloadgnu-guix-614c2188420a266ec512c9c04af3bb2ea46c4dc4.tar
gnu-guix-614c2188420a266ec512c9c04af3bb2ea46c4dc4.tar.gz
substitute: Rename cache directory from "substitute-binary" to "substitute".
* guix/scripts/substitute.scm (%narinfo-cache-directory): Change "substitute-binary" to "substitute". * tests/store.scm ("substitute query"): Likewise. * tests/substitute.scm (call-with-narinfo): Likewise.
Diffstat (limited to 'tests/substitute.scm')
-rw-r--r--tests/substitute.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/substitute.scm b/tests/substitute.scm
index 5697592423..85698127fa 100644
--- a/tests/substitute.scm
+++ b/tests/substitute.scm
@@ -132,7 +132,7 @@ a file for NARINFO."
"GUIX_BINARY_SUBSTITUTE_URL"))
uri-path))
(cache-directory (string-append (getenv "XDG_CACHE_HOME")
- "/guix/substitute-binary/")))
+ "/guix/substitute/")))
(dynamic-wind
(lambda ()
(when (file-exists? cache-directory)