[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/05: gnu: xfstests: Fix typo.
From: |
guix-commits |
Subject: |
03/05: gnu: xfstests: Fix typo. |
Date: |
Wed, 12 May 2021 19:31:09 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 811c9712cd89e5f8dabe1dcf16ad76d5a19989e8
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu May 13 01:04:03 2021 +0200
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 657e36c..6bca53f 100644
--- a/gnu/packages/file-systems.scm
+++ b/gnu/packages/file-systems.scm
@@ -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" ".*")