From 170648ce8a2e38f4ac8f30aec45b8f1b2c832b0d Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Fri, 28 Apr 2023 11:04:45 +0300 Subject: [PATCH] Fix check Signed-off-by: David Abdurachmanov --- libxdg-basedir.spec | 2 ++ 1 file changed, 2 insertions(+) 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