Blame SOURCES/0469-TEST-99-RPM-ignore-openldap-leftovers.patch

ace748
From 81bb61b52577d1866c9faf9ec8112892c4ba428a Mon Sep 17 00:00:00 2001
ace748
From: Harald Hoyer <harald@redhat.com>
ace748
Date: Fri, 11 Nov 2016 11:42:54 +0100
ace748
Subject: [PATCH] TEST-99-RPM: ignore openldap leftovers
ace748
ace748
---
ace748
 test/TEST-99-RPM/test.sh | 1 +
ace748
 1 file changed, 1 insertion(+)
ace748
ace748
diff --git a/test/TEST-99-RPM/test.sh b/test/TEST-99-RPM/test.sh
1755ca
index 5afc313e..fc682734 100755
ace748
--- a/test/TEST-99-RPM/test.sh
ace748
+++ b/test/TEST-99-RPM/test.sh
ace748
@@ -54,6 +54,7 @@ find / -xdev -type f -not -path '/var/*' \
ace748
   -not -path '/dev/null' \
ace748
   -not -path "/boot/loader/entries/\$(cat /etc/machine-id)-*" \
ace748
   -not -path "/boot/\$(cat /etc/machine-id)/*" \
ace748
+  -not -path '/etc/openldap/certs/*' \
ace748
   -exec rpm -qf '{}' ';' | \
ace748
   grep -F 'not owned' &> /test.output
ace748
 exit