civodul pushed a commit to branch main
in repository shepherd.
commit 07006e41740061305fb774442ea2a6aae13f6bc6
Author: Ludovic Courtès <[email protected]>
AuthorDate: Sat Dec 30 11:24:29 2023 +0100
tests: Skip ‘tests/daemonize.sh’ on Guile 2.2.* as well.
* tests/daemonize.sh: Add 2.* pattern.
---
tests/daemonize.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/daemonize.sh b/tests/daemonize.sh
index cc033fa..af00a0c 100644
--- a/tests/daemonize.sh
+++ b/tests/daemonize.sh
@@ -23,7 +23,7 @@ case "$(guile -c '(display
(version))'):${SHEPHERD_DISABLE_SIGNALFD:-0}:$(uname)
*:0:Linux)
# Assuming 'signalfd' support: all is good.
;;
- 3.0.[0-9]:*)
+ 3.0.[0-9]:* | 2.*)
echo "This test is known to fail with Guile <= 3.0.9 \
and without 'signalfd' support." >&2
echo "See <https://issues.guix.gnu.org/68087>." >&2