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:
Tobias Geerinckx-Rice 2021-05-13 01:04:03 +02:00
parent c6d1801015
commit 811c9712cd
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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" ".*")