From 1eafd8c00e46e1181d64142c794f5a34ea759985 Mon Sep 17 00:00:00 2001 From: Yelninei Date: Sat, 25 Oct 2025 20:17:52 +0000 Subject: [PATCH] gnu: coreutils: Skip another test on the Hurd. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This test fails after 9051aa1bd14559f37ae378105d00fc2d2ec4bbca. Previously it got skipped because the mtab file was not found. * gnu/packages/base.scm (coreutils): Skip 'cp/parent-perm-race' test on Hurd systems. Change-Id: I5c33cf585878b802a66bb763d5e94eca6a82a6ca Signed-off-by: Ludovic Courtès --- gnu/packages/base.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm index a9e97e03714e3104f66266b22c070fc262bb534c..70ca4f8b233efa5e418c2ddfe405c34b3e6aa933 100644 --- a/gnu/packages/base.scm +++ b/gnu/packages/base.scm @@ -527,6 +527,7 @@ used to apply commands with arbitrarily long arguments.") ;; These tests error "tests/dd/nocache.sh" ;; These tests fail + "tests/cp/parent-perm-race.sh" "tests/cp/sparse.sh" "tests/cp/special-f.sh" "tests/dd/bytes.sh"