Disable another failing gnulib test, this time for s390x.

This commit is contained in:
Richard W.M. Jones 2020-12-03 14:31:32 +00:00
parent 425eb25efe
commit b1aec4ffd1
1 changed files with 3 additions and 2 deletions

View File

@ -214,8 +214,9 @@ rm $RPM_BUILD_ROOT%{python3_sitearch}/libhivexmod.la
%check
# Disable some gnulib tests which fail on Arm and POWER (2020-07):
for f in test-float test-perror2 test-strerror_r; do
# Disable some gnulib tests which fail on Arm and POWER and S/390
# (2020-07, 2020-12):
for f in test-float test-perror2 test-pthread_sigmask1 test-strerror_r; do
pushd gnulib/tests
make $f
rm -f $f