guix_mirror_bot pushed a commit to branch hurd-team
in repository guix.
commit 66aaff33368806a4dc15a1ef97e187926c9cb650
Author: Yelninei <[email protected]>
AuthorDate: Wed Feb 18 08:06:48 2026 +0000
gnu: diffutils: Reenable tests on the 64bit Hurd.
* gnu/packages/base.scm (diffutils): Reenable test-c-stack and
test-c-stack2 gnulib test.
Change-Id: I6bac2582053c5180fe8c3a803b6e8218c0df653b
---
gnu/packages/base.scm | 10 +---------
1 file changed, 1 insertion(+), 9 deletions(-)
diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm
index fdfdfa64b0..b699d7eedc 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -398,15 +398,7 @@ differences.")
(lambda _
(substitute* "tests/large-subopt"
(("^#!.*" all)
- (string-append all "exit 77;\n")))
- #$@(if (system-hurd64?)
- #~((substitute*
- ;; These tests hang.
- '("gnulib-tests/test-c-stack.sh"
- "gnulib-tests/test-c-stack2.sh")
- (("^#!.*" all)
- (string-append all "exit 77;\n"))))
- #~()))))
+ (string-append all "exit 77;\n"))))))
#~%standard-phases)))
(native-inputs (list perl))
(synopsis "Comparing and merging files")