mirror of
https://codeberg.org/guix/guix.git
synced 2026-05-13 15:03:44 +00:00
gnu: xfstests: Fix typo.
Syntax-highlighted monospace is overrated. Nothing like glancing at Webmail to spot obvious bugs. * gnu/packages/file-systems.scm (xfstests)[arguments]: Omit /usr from /bin/time.
This commit is contained in:
@@ -893,7 +893,7 @@ APFS.")
|
||||
(("/bin/(rm|true)" match)
|
||||
(string-append (assoc-ref inputs "coreutils")
|
||||
match))
|
||||
(("/usr/bin/time" match)
|
||||
(("/usr(/bin/time)" _ match)
|
||||
(string-append (assoc-ref inputs "time")
|
||||
match))))
|
||||
(append (find-files "common" ".*")
|
||||
|
||||
Reference in New Issue
Block a user