summaryrefslogtreecommitdiffstats
path: root/0009-TEST-99-RPM-ignore-rescue-images.patch
diff options
context:
space:
mode:
Diffstat (limited to '0009-TEST-99-RPM-ignore-rescue-images.patch')
-rw-r--r--0009-TEST-99-RPM-ignore-rescue-images.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/0009-TEST-99-RPM-ignore-rescue-images.patch b/0009-TEST-99-RPM-ignore-rescue-images.patch
deleted file mode 100644
index d4df6fa..0000000
--- a/0009-TEST-99-RPM-ignore-rescue-images.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-From db9fbaf9b8753bad46fb7c43d860e234919d2bc9 Mon Sep 17 00:00:00 2001
-From: Harald Hoyer <harald@redhat.com>
-Date: Fri, 5 Apr 2013 11:52:33 +0200
-Subject: [PATCH] TEST-99-RPM: ignore rescue images
-
----
- test/TEST-99-RPM/test.sh | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/test/TEST-99-RPM/test.sh b/test/TEST-99-RPM/test.sh
-index 66f0beb..f030cb0 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