Gábor Boskovits writes: > * gnu/packages/file-systems.scm (disorderfs): New variable. Cool! [...] > + ;; No 'check' target. > + #:tests? #f)) Well, there is a "test" target, but it requires 'run-parts' commonly found in 'debianutils' which we don't have yet. I removed the extra whitespace from here and updated the comment. Thank you!