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

View File

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