Blame SOURCES/0002-fuse-move-check-valgrind-out-from-condition.patch

7c747a
From 2fb27319faf810342fd5c5e55a567e9a4df4a357 Mon Sep 17 00:00:00 2001
7c747a
From: Martin Kletzander <mkletzan@redhat.com>
7c747a
Date: Tue, 22 Jun 2021 16:18:13 +0200
7c747a
Subject: [PATCH] fuse: move check-valgrind out from condition
7c747a
7c747a
Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
7c747a
(cherry picked from commit 386685490d669f0940865e23f133013289e73b06)
7c747a
---
7c747a
 fuse/Makefile.am | 4 ++--
7c747a
 1 file changed, 2 insertions(+), 2 deletions(-)
7c747a
7c747a
diff --git a/fuse/Makefile.am b/fuse/Makefile.am
7c747a
index 8c66193..d869186 100644
7c747a
--- a/fuse/Makefile.am
7c747a
+++ b/fuse/Makefile.am
7c747a
@@ -95,7 +95,7 @@ TESTS += \
7c747a
 	test-errors.sh \
7c747a
 	$(NULL)
7c747a
 
7c747a
+endif HAVE_FUSE
7c747a
+
7c747a
 check-valgrind:
7c747a
 	LIBNBD_VALGRIND=1 $(MAKE) check
7c747a
-
7c747a
-endif HAVE_FUSE
7c747a
-- 
7c747a
2.31.1
7c747a