test-name: gc-roots, initial location: /home/janneke/src/guix/master/tests/store-roots.scm:33 source: + (test-equal + "gc-roots, initial" + (list (string-append %state-directory "/profiles")) + (begin + (delete-file-recursively + (string-append %state-directory "/profiles")) + (gc-roots))) expected-value: ("/home/janneke/src/guix/master/test-tmp/var/9734/profiles") actual-value: #f actual-error: + (system-error + "lstat" + "~A: ~S" + ("No such file or directory" + "/home/janneke/src/guix/master/test-tmp/var/9734/profiles") + (2)) result: FAIL