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:
parent
f8dd637756
commit
4b1fdd44ed
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user