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:
parent
aad47b1b92
commit
8b855dc1f4
2 changed files with 2 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -2082,9 +2082,7 @@ exec " gcc "/bin/" program
|
|||
(substitute* "gnulib-tests/Makefile"
|
||||
(("^XFAIL_TESTS =")
|
||||
"XFAIL_TESTS = test-fnmatch ")))))
|
||||
'())))
|
||||
((#:make-flags flags ''())
|
||||
''()))))))
|
||||
'()))))))))
|
||||
|
||||
(define file
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue