fix the sed line from previous commit

This commit is contained in:
Kalev Lember 2015-11-25 08:36:04 +01:00
parent 900009a453
commit e58e141849

View File

@ -1189,7 +1189,7 @@ sed -i -e /CppunitTest_vcl_bitmap_test/d vcl/Module_vcl.mk
git commit -q -a -m 'temporarily disable failing tests'
%ifarch %{arm}
sed -i -e /CppunitTest_sw_ooxmlexport/d -e /CppunitTest_sw_ooxmlexport2/d lotuswordpro/Module_sw.mk
sed -i -e /CppunitTest_sw_ooxmlexport/d -e /CppunitTest_sw_ooxmlexport2/d sw/Module_sw.mk
git commit -q -a -m 'disable tests segfaulting on arm'
%endif