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

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