From: Harald Hoyer Date: Thu, 9 Apr 2020 20:05:41 +0000 (+0200) Subject: TEST-99: exclude /etc/dnf/* from check X-Git-Tag: 051~182 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11474b808b6fbd373b2ca6ce3350a024e6a8ea15;p=thirdparty%2Fdracut.git TEST-99: exclude /etc/dnf/* from check file /etc/dnf/modules.d/eclipse.module.rpmmoved is not owned by any package --- diff --git a/test/TEST-99-RPM/test.sh b/test/TEST-99-RPM/test.sh index af64c24a9..504fd77f7 100755 --- a/test/TEST-99-RPM/test.sh +++ b/test/TEST-99-RPM/test.sh @@ -84,6 +84,7 @@ find / -xdev -type f -not -path '/var/*' \ -not -path "/boot/loader/entries/\$(cat /etc/machine-id)-*" \ -not -path "/boot/\$(cat /etc/machine-id)/*" \ -not -path '/etc/openldap/certs/*' \ + -not -path '/etc/dnf/*' \ -print0 | xargs -0 rpm -qf | \ grep -F 'not owned' &>> /test.output || : exit 0