summaryrefslogtreecommitdiff
path: root/tests/store-roots.scm
Commit message (Collapse)AuthorAge
* tests: store-roots: Remove bogus test.Ludovic Courtès2023-08-18
| | | | | | | 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.
* store: Tolerate non-existent GC root directories.Ludovic Courtès2023-06-18
| | | | | | * guix/store/roots.scm (gc-roots): Wrap 'scandir*' call in 'catch'. * tests/store-roots.scm ("gc-roots, initial"): New test. Move 'open-connection' call below.
* Add (guix store roots).Ludovic Courtès2019-04-10
* guix/store/roots.scm, tests/store-roots.scm: New files. * Makefile.am (STORE_MODULES): Add guix/store/roots.scm. (SCM_TESTS): Add tests/store-roots.scm.