summaryrefslogtreecommitdiff
path: root/guix/tests.scm
diff options
context:
space:
mode:
authorChris Marusich <cmmarusich@gmail.com>2021-06-18 10:37:40 -0700
committerChris Marusich <cmmarusich@gmail.com>2021-06-22 18:32:20 -0700
commit7f0af119a1e3ea9d0ae53811b619437b3e942702 (patch)
treec24297d71fd977fc350e5c34f7ec61a3881f224b /guix/tests.scm
parentc655bbb376d2dd73805cef344c496f6f77b22d0f (diff)
downloadguix-patches-7f0af119a1e3ea9d0ae53811b619437b3e942702.tar
guix-patches-7f0af119a1e3ea9d0ae53811b619437b3e942702.tar.gz
tests: Remove stale reference to %derivation-cache.
* guix/tests.scm (call-with-external-store): Remove the stale reference to %derivation-cache. This was causing the tests to error out, since it was removed from (guix packages) in 7d873f194ca69d6096d28d7a224ab78e83e34fe1.
Diffstat (limited to 'guix/tests.scm')
-rw-r--r--guix/tests.scm4
1 files changed, 0 insertions, 4 deletions
diff --git a/guix/tests.scm b/guix/tests.scm
index da75835099..e1b053f5b7 100644
--- a/guix/tests.scm
+++ b/guix/tests.scm
@@ -141,10 +141,6 @@ no external store to talk to."
(dynamic-wind
(const #t)
(lambda ()
- ;; Since we're using a different store we must clear the
- ;; package-derivation cache.
- (hash-clear! (@@ (guix packages) %derivation-cache))
-
(proc store))
(lambda ()
(when store