]> git.ipfire.org Git - thirdparty/coreutils.git/commit
tests: avoid false failure on sparc 32 bit
authorPádraig Brady <P@draigBrady.com>
Sun, 15 Jul 2018 17:50:53 +0000 (10:50 -0700)
committerPádraig Brady <P@draigBrady.com>
Sat, 21 Jul 2018 19:36:46 +0000 (12:36 -0700)
commit49b682bdd82a52b285cd58a32ea770f0eab585cb
treeb643713619f34ee6a8d174ec0649af6d6fdeb084
parent439741053256618eb651e6d43919df29625b8714
tests: avoid false failure on sparc 32 bit

* tests/rm/rm-readdir-fail.sh: Skip the test entirely on 32 bit,
so we avoid conflating the 32bit and 64 bit types, as that
triggers alignment issues (SIGBUS) on Gentoo sparc.
Fixes https://bugs.gnu.org/29886
tests/rm/rm-readdir-fail.sh