diff options
author | David Seifert <soap@gentoo.org> | 2021-05-24 13:35:48 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-05-24 13:35:48 +0200 |
commit | d1eb467734a0317fd6546027d45fafe99361d87a (patch) | |
tree | 4bb3d58759161ca8965619b977b180baacec8fad /sys-apps/coreutils/files | |
parent | sys-apps/sysvinit: drop 2.97, 2.98-r1 (diff) | |
download | gentoo-d1eb467734a0317fd6546027d45fafe99361d87a.tar.gz gentoo-d1eb467734a0317fd6546027d45fafe99361d87a.tar.bz2 gentoo-d1eb467734a0317fd6546027d45fafe99361d87a.zip |
sys-apps/coreutils: drop 8.31-r1
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sys-apps/coreutils/files')
-rw-r--r-- | sys-apps/coreutils/files/coreutils-8.31-sandbox-env-test.patch | 52 |
1 files changed, 0 insertions, 52 deletions
diff --git a/sys-apps/coreutils/files/coreutils-8.31-sandbox-env-test.patch b/sys-apps/coreutils/files/coreutils-8.31-sandbox-env-test.patch deleted file mode 100644 index f81ea13776b3..000000000000 --- a/sys-apps/coreutils/files/coreutils-8.31-sandbox-env-test.patch +++ /dev/null @@ -1,52 +0,0 @@ -Skip tests known to fail when running under Gentoo sandbox. - ---- a/tests/du/long-from-unreadable.sh -+++ b/tests/du/long-from-unreadable.sh -@@ -29,6 +29,9 @@ - # unnecessarily to using FTS_NOCHDIR mode in this corner case. - - . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src -+# Avoid #413621 until #548250 is resolved -+test -n "$SANDBOX_ACTIVE" && skip_ "Gentoo: Test known bad under sandbox (#413621)" -+ - print_ver_ du - - require_perl_ ---- a/tests/ls/stat-free-symlinks.sh -+++ b/tests/ls/stat-free-symlinks.sh -@@ -17,6 +17,9 @@ - # along with this program. If not, see <https://www.gnu.org/licenses/>. - - . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src -+# Avoid #413621 until #548250 is resolved -+test -n "$SANDBOX_ACTIVE" && skip_ "Gentoo: Test known bad under sandbox (#413621)" -+ - print_ver_ ls - require_strace_ stat - ---- a/tests/misc/env-S.pl -+++ b/tests/misc/env-S.pl -@@ -30,6 +30,11 @@ $env = $1; - # Turn off localization of executable's output. - @ENV{qw(LANGUAGE LANG LC_ALL)} = ('C') x 3; - -+# Skip if sandbox is enabled -+if ($ENV{SANDBOX_ACTIVE}) { -+ CuSkip::skip "Gentoo: Test known bad under sandbox (#675802)\n"; -+} -+ - my @Tests = - ( - # Test combination of -S and regular arguments ---- a/tests/rm/deep-2.sh -+++ b/tests/rm/deep-2.sh -@@ -17,6 +17,9 @@ - # along with this program. If not, see <https://www.gnu.org/licenses/>. - - . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src -+# Avoid #413621 until #548250 is resolved -+test -n "$SANDBOX_ACTIVE" && skip_ "Gentoo: Test known bad under sandbox (#413621)" -+ - print_ver_ rm - require_perl_ - |