On Tue, Apr 04, 2023 at 11:34:22PM +0200, Sebastian Ramacher wrote: > > + # failing tests on 64-bit big-endian targets > > + if [ $arch = s390x -o $arch = s390x -o $arch = sparc64 ] > > That's s390x twice. > > Cheers
Oh foo, good catch - that should have been s390x, ppc64 and sparc64. Would you be OK with me uploading a -5 with that fixed? Best wishes, Julian