aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan Moore <lockbox@struct.foo>2025-01-18 18:59:08 -0500
committerLeo Famulari <leo@famulari.name>2025-01-19 21:38:45 -0500
commiteeabdd8eb346f5fb332385c11292ab3bd1ca12a5 (patch)
tree43f25f41e4f4e6b85dcf965283afbf3cdeb694d3
parentbc6769f1211104dbc9341c064275cd930f5dfa3a (diff)
downloadguix-eeabdd8eb346f5fb332385c11292ab3bd1ca12a5.tar.gz
guix-eeabdd8eb346f5fb332385c11292ab3bd1ca12a5.zip
gnu: lsof: Skip LTlock test
Change-Id: I074247549c34992ccc17840d196fbb00f79cc39f Signed-off-by: Leo Famulari <leo@famulari.name>
-rw-r--r--gnu/packages/lsof.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/lsof.scm b/gnu/packages/lsof.scm
index a6ac0306de..f9b2906ec6 100644
--- a/gnu/packages/lsof.scm
+++ b/gnu/packages/lsof.scm
@@ -73,6 +73,8 @@
;; Fails with ‘ERROR!!! client gethostbyaddr() failure’.
(("(TESTS \\+=.*) tests/LTsock" _ prefix)
prefix)
+ ;; Fails on CoW filesystems (eg. btrfs)
+ (("tests/LTlock") "")
;; Fails because /proc not mounted in sandbox
(("\tdialects/linux/tests/case-20-epoll.bash \\\\")
"\\")))))))