Revert "gnu: sed: Skip failing test on GNU/Hurd."
This reverts commit 7797570479
, as
the gnulib "tests-perror2" test now passes.
parent
f719a4086c
commit
3cc72873d3
|
@ -183,10 +183,6 @@ including, for example, recursive directory searching.")
|
||||||
" CONFIG_HEADER='$(CONFIG_HEADER)'\t\t\\\n")))))
|
" CONFIG_HEADER='$(CONFIG_HEADER)'\t\t\\\n")))))
|
||||||
(modules '((guix build utils)))))
|
(modules '((guix build utils)))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
|
||||||
`(#:make-flags ,(if (target-hurd?)
|
|
||||||
''("XFAIL_TESTS=test-perror2")
|
|
||||||
''())))
|
|
||||||
(synopsis "Stream editor")
|
(synopsis "Stream editor")
|
||||||
(native-inputs (list perl)) ;for tests
|
(native-inputs (list perl)) ;for tests
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue