3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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.
This commit is contained in:
Christopher Baines 2023-05-07 12:15:04 +01:00
parent aad47b1b92
commit 8b855dc1f4
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577
2 changed files with 2 additions and 4 deletions

View file

@ -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

View file

@ -2082,9 +2082,7 @@ exec " gcc "/bin/" program
(substitute* "gnulib-tests/Makefile"
(("^XFAIL_TESTS =")
"XFAIL_TESTS = test-fnmatch ")))))
'())))
((#:make-flags flags ''())
''()))))))
'()))))))))
(define file
(package