guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/03: tests: store-roots: Remove bogus test.


From: guix-commits
Subject: 03/03: tests: store-roots: Remove bogus test.
Date: Fri, 18 Aug 2023 10:12:10 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 4b1fdd44ed87dc07d23cc9313a8b6b14d0646923
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Fri Aug 18 16:10:08 2023 +0200

    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.
---
 tests/store-roots.scm | 7 -------
 1 file changed, 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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]