]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
TEST-99-RPM: ignore rescue images
authorHarald Hoyer <harald@redhat.com>
Fri, 5 Apr 2013 09:52:33 +0000 (11:52 +0200)
committerHarald Hoyer <harald@redhat.com>
Fri, 5 Apr 2013 09:52:33 +0000 (11:52 +0200)
test/TEST-99-RPM/test.sh

index 66f0bebd009f0cc48c5795fb66773707e96f5632..f030cb0ac89be5ad3002fd7dd8a4449e0d698c4c 100755 (executable)
@@ -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