From 811c9712cd89e5f8dabe1dcf16ad76d5a19989e8 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Thu, 13 May 2021 01:04:03 +0200 Subject: [PATCH] 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. --- gnu/packages/file-systems.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/file-systems.scm b/gnu/packages/file-systems.scm index 657e36c5e8..6bca53f2ed 100644 --- a/gnu/packages/file-systems.scm +++ b/gnu/packages/file-systems.scm @@ -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" ".*")