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

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