diff options
author | Christopher Baines <mail@cbaines.net> | 2023-05-07 12:15:04 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2023-05-07 12:16:51 +0100 |
commit | 8b855dc1f4a3e31c002c229ad4d91525f4ce97d3 (patch) | |
tree | 845c86c7f75607a8c152b72e1fc06dfb7c4a5c6a /gnu/packages/base.scm | |
parent | aad47b1b925262eb27ee1d4fcd19461deebb12e6 (diff) |
gnu: findutils: Update XFAIL_TESTS for the hurd.
This could do with more investigating, but this reflects what I see locally.
* gnu/packages/base.scm (findutils)[arguments]: Update XFAIL_TESTS for the
hurd.
* gnu/packages/commencement.scm (findutils-boot0): Stop clearing the
make-flags, so the above change applies to findutils-boot0.
Diffstat (limited to 'gnu/packages/base.scm')
-rw-r--r-- | gnu/packages/base.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm index 6911ea78be..d2f276c447 100644 --- a/gnu/packages/base.scm +++ b/gnu/packages/base.scm @@ -348,7 +348,7 @@ interactive means to merge two files.") (("#!/bin/sh") (string-append "#!" (which "sh"))))))) #:make-flags ,(if (hurd-target?) - ''("XFAIL_TESTS=test-perror2") + ''("XFAIL_TESTS=test-strerror_r") ''()))) (synopsis "Operating on files matching given criteria") (description |