summaryrefslogtreecommitdiff
path: root/tests/store-roots.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2023-08-18 16:10:08 +0200
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2023-09-17 15:09:13 -0400
commitb9cb9ce2c9c3d07d100e2665881389ba4b4ad3da (patch)
treee3f07d8a03a1330e42be3b2859a3876d487c4cf7 /tests/store-roots.scm
parent004a3175e8177f14a20d82b9de339e8a6efc68a0 (diff)
tests: store-roots: Remove bogus test.
This test was added in 1261ce15233cbf7e24de9959df86a23b46314a28 but it proved to be bogus: <https://issues.guix.gnu.org/64760>. * tests/store-roots.scm ("gc-roots, initial"): Remove.
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))