From: Harald Hoyer Date: Fri, 5 Apr 2013 09:52:33 +0000 (+0200) Subject: TEST-99-RPM: ignore rescue images X-Git-Tag: 028~89 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db9fbaf9b8753bad46fb7c43d860e234919d2bc9;p=thirdparty%2Fdracut.git TEST-99-RPM: ignore rescue images --- diff --git a/test/TEST-99-RPM/test.sh b/test/TEST-99-RPM/test.sh index 66f0bebd0..f030cb0ac 100755 --- a/test/TEST-99-RPM/test.sh +++ b/test/TEST-99-RPM/test.sh @@ -50,6 +50,7 @@ find / -xdev -type f -not -path '/var/*' \ -not -path '/test.output' \ -not -path '/etc/nsswitch.conf.bak' \ -not -path '/etc/iscsi/initiatorname.iscsi' \ + -not -path '/boot/*0-rescue*' \ -not -path '/dev/null' \ -exec rpm -qf '{}' ';' | \ fgrep 'not owned' &> /test.output