Fix disabling LIBGUESTFS_TESTS on 32 bit.

This commit is contained in:
Richard W.M. Jones 2020-06-14 12:59:06 +01:00
parent 7756b3ec30
commit ae1ff31a51
1 changed files with 1 additions and 1 deletions

View File

@ -626,7 +626,7 @@ autoreconf -i
%ifnarch %{complete_test_arches}
# Simplify the test suite so it doesn't require qemu.
sed -i -e '/^LIBGUESTFS_TESTS/d' tests/Makefile.am
sed -i -e 's/^LIBGUESTFS_TESTS/xLIBGUESTFS_TESTS/' tests/Makefile.am
sed -i -e '/^if HAVE_GUESTFISH/,/^endif HAVE_GUESTFISH/d' tests/Makefile.am
autoreconf -i
%endif