gnu: diffutils: Add large-subopt to XFAIL_TESTS for the hurd.

* gnu/packages/base.scm (diffutils)[arguments]: Add large-subopt to
XFAIL_TESTS for the hurd.
This commit is contained in:
Christopher Baines 2022-10-30 20:52:24 +00:00
parent 2b21d60a94
commit 8b8430c0ad
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -289,7 +289,7 @@ (define-public diffutils
(build-system gnu-build-system)
(arguments
`(#:make-flags ,(if (hurd-target?)
''("XFAIL_TESTS=test-perror2")
''("XFAIL_TESTS=test-perror2 large-subopt")
''())))
(native-inputs (list perl))
(synopsis "Comparing and merging files")