commit: 317b5e58dcf37a565e78e24c568bd99d6017bb54 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Jun 24 00:42:53 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Jun 24 00:42:53 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=317b5e58
sys-apps/coreutils: skip dd/no-allocate.sh again I'm pretty sure I commented this out to test and never fixed it. Bug: https://bugs.gentoo.org/629660 Closes: https://bugs.gentoo.org/928486 Signed-off-by: Sam James <sam <AT> gentoo.org> sys-apps/coreutils/coreutils-9.5.ebuild | 2 +- sys-apps/coreutils/coreutils-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-apps/coreutils/coreutils-9.5.ebuild b/sys-apps/coreutils/coreutils-9.5.ebuild index 7e7f411f12cc..0b4053a9b3d9 100644 --- a/sys-apps/coreutils/coreutils-9.5.ebuild +++ b/sys-apps/coreutils/coreutils-9.5.ebuild @@ -225,7 +225,7 @@ src_test() { local xfail_tests=( # bug #629660 - #tests/dd/no-allocate.sh + tests/dd/no-allocate.sh # bug #675802 tests/env/env-S diff --git a/sys-apps/coreutils/coreutils-9999.ebuild b/sys-apps/coreutils/coreutils-9999.ebuild index 187e8ba621a9..086f5cc8e036 100644 --- a/sys-apps/coreutils/coreutils-9999.ebuild +++ b/sys-apps/coreutils/coreutils-9999.ebuild @@ -223,7 +223,7 @@ src_test() { local xfail_tests=( # bug #629660 - #tests/dd/no-allocate.sh + tests/dd/no-allocate.sh # bug #675802 tests/env/env-S
