diff --git a/sqlite.spec b/sqlite.spec index f5642c0..3b6c09f 100644 --- a/sqlite.spec +++ b/sqlite.spec @@ -180,6 +180,9 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/*.{la,a} # XXX shell tests are broken due to loading system libsqlite3, work around... export LD_LIBRARY_PATH=`pwd`/.libs export MALLOC_CHECK_=3 +%ifarch armv7hl +rm test/csv01.test +%endif %ifarch s390 s390x ppc ppc64 %{sparc} %{mips} make test || : %else