diff --git a/libxdg-basedir.spec b/libxdg-basedir.spec index 8e45054..f47afe3 100644 --- a/libxdg-basedir.spec +++ b/libxdg-basedir.spec @@ -69,6 +69,8 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %check %ifarch %{valgrind_arches} make check USE_VALGRIND=1 +%else +make check %endif #env -i make check USE_VALGRIND=1 # Check that we get NULL for all things rooted in ENV{HOME} when running