From dd95eb43d6049fbba0e4097a62e469f54f2247f2 Mon Sep 17 00:00:00 2001 From: Susi Lehtola Date: Sun, 10 Apr 2016 07:25:37 +0200 Subject: [PATCH] That didn't work, try again --- cppcheck.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cppcheck.spec b/cppcheck.spec index 233b158..ded9f13 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} != 32 +%if %{__isa_bits} == 64 ./testrunner -g -q %endif