diff options
author | 2024-06-24 01:42:53 +0100 | |
---|---|---|
committer | 2024-06-24 01:42:53 +0100 | |
commit | 317b5e58dcf37a565e78e24c568bd99d6017bb54 (patch) | |
tree | 790a9dea1500b8d1710bdebacd44446d120db78b /sys-apps/coreutils | |
parent | dev-libs/libpcre2: add 10.44 (diff) | |
download | gentoo-317b5e58dcf37a565e78e24c568bd99d6017bb54.tar.gz gentoo-317b5e58dcf37a565e78e24c568bd99d6017bb54.tar.bz2 gentoo-317b5e58dcf37a565e78e24c568bd99d6017bb54.zip |
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@gentoo.org>
Diffstat (limited to 'sys-apps/coreutils')
-rw-r--r-- | sys-apps/coreutils/coreutils-9.5.ebuild | 2 | ||||
-rw-r--r-- | 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 |