From: Harald Hoyer Date: Fri, 24 Oct 2014 11:18:35 +0000 (+0200) Subject: TEST-99-RPM: ignore more files X-Git-Tag: 040~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f44b084660f1d20446061a85a50f33a4e81b21b1;p=thirdparty%2Fdracut.git TEST-99-RPM: ignore more files --- diff --git a/test/TEST-99-RPM/test.sh b/test/TEST-99-RPM/test.sh index 4e7ebe060..d0c89e5f0 100755 --- a/test/TEST-99-RPM/test.sh +++ b/test/TEST-99-RPM/test.sh @@ -50,6 +50,8 @@ find / -xdev -type f -not -path '/var/*' \ -not -path '/etc/nsswitch.conf.bak' \ -not -path '/etc/iscsi/initiatorname.iscsi' \ -not -path '/boot/*0-rescue*' \ + -not -patch '/usr/share/mime/*' \ + -not -patch '/etc/crypto-policies/*' \ -not -path '/dev/null' \ -not -path "/boot/loader/entries/\$(cat /etc/machine-id)-*" \ -not -path "/boot/\$(cat /etc/machine-id)/*" \