diff --git a/cppcheck.spec b/cppcheck.spec index ded9f13..6879bef 100644 --- a/cppcheck.spec +++ b/cppcheck.spec @@ -73,7 +73,7 @@ install -D -p -m 644 gui/icon.png %{buildroot}%{_datadir}/pixmaps/cppcheck.png %check cd objdir-%{_target_platform}/bin # A test currently fails on 32-bit archs, see http://trac.cppcheck.net/ticket/7037 -%if %{__isa_bits} == 64 +%if 0%{?__isa_bits} == 64 ./testrunner -g -q %endif