diff options
| author | Yelninei <yelninei@tutamail.com> | 2025-10-25 20:17:52 +0000 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2025-11-03 17:18:38 +0100 |
| commit | 1eafd8c00e46e1181d64142c794f5a34ea759985 (patch) | |
| tree | 197fc31d5606033b74f95cd1eb87cb4d4dd8ef4c /gnu/packages | |
| parent | f423f2586d84ccf500a367135f2ca9e7423480c6 (diff) | |
gnu: coreutils: Skip another test on the Hurd.
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 <ludo@gnu.org>
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/base.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm index a9e97e03714..70ca4f8b233 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" |
