tests: store-roots: Remove bogus test.

This test was added in 1261ce1523 but it
proved to be bogus: <https://issues.guix.gnu.org/64760>.

* tests/store-roots.scm ("gc-roots, initial"): Remove.
This commit is contained in:
Ludovic Courtès 2023-08-18 16:10:08 +02:00
parent f8dd637756
commit 4b1fdd44ed
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 0 additions and 7 deletions

View File

@ -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))