aboutsummaryrefslogtreecommitdiff
path: root/tests/store-roots.scm
diff options
context:
space:
mode:
Diffstat (limited to 'tests/store-roots.scm')
-rw-r--r--tests/store-roots.scm7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/store-roots.scm b/tests/store-roots.scm
index 9877987a65..bf30b1dff6 100644
--- a/tests/store-roots.scm
+++ b/tests/store-roots.scm
@@ -30,13 +30,6 @@
(test-begin "store-roots")
-(test-equal "gc-roots, initial"
- (list (string-append %state-directory "/profiles"))
- (begin
- ;; 'gc-roots' should gracefully handle lack of that directory.
- (delete-file-recursively (string-append %state-directory "/profiles"))
- (gc-roots)))
-
;; The 'open-connection' call below gets guix-daemon to create
;; %STATE-DIRECTORY/profiles.
(set! %store (open-connection))