Blame SOURCES/0047-tests-fix-missing-priority-blacklist-test.patch

05be62
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
05be62
From: Benjamin Marzinski <bmarzins@redhat.com>
05be62
Date: Mon, 16 Nov 2020 23:21:41 -0600
05be62
Subject: [PATCH] tests: fix missing priority blacklist test
05be62
05be62
Signed-off-by: Benjamin Marzinski <bmarzins@redhat.com>
05be62
---
05be62
 tests/blacklist.c | 1 -
05be62
 1 file changed, 1 deletion(-)
05be62
05be62
diff --git a/tests/blacklist.c b/tests/blacklist.c
05be62
index d20e97af..401600d9 100644
05be62
--- a/tests/blacklist.c
05be62
+++ b/tests/blacklist.c
05be62
@@ -378,7 +378,6 @@ static void test_property_missing(void **state)
05be62
 {
05be62
 	static struct udev_device udev = { "sdb", { "ID_FOO", "ID_BAZ", "ID_BAR", "ID_SERIAL", NULL } };
05be62
 	conf.blist_property = blist_property_wwn;
05be62
-	expect_condlog(3, "sdb: blacklisted, udev property missing\n");
05be62
 	assert_int_equal(filter_property(&conf, &udev, 3, "ID_SERIAL"),
05be62
 			 MATCH_NOTHING);
05be62
 	assert_int_equal(filter_property(&conf, &udev, 3, "ID_BLAH"),
05be62
-- 
05be62
2.17.2
05be62