summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/package-management.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/package-management.scm b/gnu/packages/package-management.scm
index 50db2666a78..732dbc2ce37 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -121,7 +121,7 @@
121 ;; XXX FIXME: These tests fail within the build container. 121 ;; XXX FIXME: These tests fail within the build container.
122 (lambda _ 122 (lambda _
123 (substitute* "tests/syscalls.scm" 123 (substitute* "tests/syscalls.scm"
124 (("^\\(test-assert \"(clone|setns|pivot-root)\"" all) 124 (("^\\(test-(assert|equal) \"(clone|setns|pivot-root)\"" all)
125 (string-append "(test-skip 1)\n" all))) 125 (string-append "(test-skip 1)\n" all)))
126 (substitute* "tests/containers.scm" 126 (substitute* "tests/containers.scm"
127 (("^\\(test-(assert|equal)" all) 127 (("^\\(test-(assert|equal)" all)