summaryrefslogtreecommitdiff
path: root/tests/store-roots.scm
Commit message (Expand)AuthorAgeFilesLines
* store: Tolerate non-existent GC root directories.•••* 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. Ludovic Courtès2023-06-181-3/+15
* Add (guix store roots).•••* 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. Ludovic Courtès2019-04-101-0/+53