me
/
guix
Archived
1
0
Fork 0

Revert "gnu: sed: Skip failing test on GNU/Hurd."

This reverts commit 7797570479, as
the gnulib "tests-perror2" test now passes.
Janneke Nieuwenhuizen 2023-06-02 14:48:16 +02:00
parent f719a4086c
commit 3cc72873d3
No known key found for this signature in database
GPG Key ID: F3C1A0D9C1D65273
1 changed files with 0 additions and 4 deletions

View File

@ -183,10 +183,6 @@ including, for example, recursive directory searching.")
" CONFIG_HEADER='$(CONFIG_HEADER)'\t\t\\\n")))))
(modules '((guix build utils)))))
(build-system gnu-build-system)
(arguments
`(#:make-flags ,(if (target-hurd?)
''("XFAIL_TESTS=test-perror2")
''())))
(synopsis "Stream editor")
(native-inputs (list perl)) ;for tests
(description