mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05: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:
parent
c6d1801015
commit
811c9712cd
1 changed files with 1 additions and 1 deletions
|
@ -893,7 +893,7 @@ (define-public xfstests
|
|||
(("/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" ".*")
|
||||
|
|
Loading…
Reference in a new issue