forked from pool/rpmlint
30 lines
1.1 KiB
Diff
30 lines
1.1 KiB
Diff
|
From 4565372c418433d3d8ff47e59924791f62a20b3a Mon Sep 17 00:00:00 2001
|
||
|
From: Jimmy Berry <jberry@suse.com>
|
||
|
Date: Tue, 25 Oct 2016 13:27:06 -0500
|
||
|
Subject: [PATCH 1/2] Update varrun test for Leap 42.2 severity reduction.
|
||
|
|
||
|
---
|
||
|
tests/varrun.ref | 12 ++++++------
|
||
|
1 file changed, 6 insertions(+), 6 deletions(-)
|
||
|
|
||
|
diff --git a/tests/varrun.ref b/tests/varrun.ref
|
||
|
index 9982344..6b0d28a 100644
|
||
|
--- a/tests/varrun.ref
|
||
|
+++ b/tests/varrun.ref
|
||
|
@@ -1,6 +1,6 @@
|
||
|
-varrun: E: non-ghost-in-run (Badness: 10000) /run/bar
|
||
|
-varrun: E: non-ghost-in-run (Badness: 10000) /run/lock/foo
|
||
|
-varrun: E: dir-or-file-in-var-run (Badness: 10000) /var/run
|
||
|
-varrun: E: dir-or-file-in-var-run (Badness: 10000) /var/run/bar
|
||
|
-varrun: E: dir-or-file-in-var-lock (Badness: 10000) /var/lock/foo
|
||
|
-1 packages and 0 specfiles checked; 5 errors, 0 warnings.
|
||
|
+varrun: W: non-ghost-in-run /run/bar
|
||
|
+varrun: W: non-ghost-in-run /run/lock/foo
|
||
|
+varrun: W: dir-or-file-in-var-run /var/run
|
||
|
+varrun: W: dir-or-file-in-var-run /var/run/bar
|
||
|
+varrun: W: dir-or-file-in-var-lock /var/lock/foo
|
||
|
+1 packages and 0 specfiles checked; 0 errors, 5 warnings.
|
||
|
--
|
||
|
2.10.1
|
||
|
|