Blame SOURCES/0048-test-regression-rhbz1541077-use-FWD_OFFLINE_CHECK-ma.patch

00cd46
From 2a1a55209a95c5463e07cc3eb048d128ab7593ed Mon Sep 17 00:00:00 2001
00cd46
From: Eric Garver <eric@garver.life>
00cd46
Date: Mon, 10 Aug 2020 09:29:05 -0400
00cd46
Subject: [PATCH 48/62] test(regression/rhbz1541077): use FWD_OFFLINE_CHECK
00cd46
 macro
00cd46
00cd46
Fixes: 6e279ef6517a ("test(regression/rhbz1541077): correctly use macros")
00cd46
Fixes: dddba7b9c276 ("fix(cli): add ipset type hash:mac is incompatible with the family parameter")
00cd46
(cherry picked from commit fae16b550ed8b384ee24691e6442b7cbd6b776aa)
00cd46
(cherry picked from commit 3efe0f30d4499763aacc573dc634b52ceb11a017)
00cd46
---
00cd46
 src/tests/regression/rhbz1541077.at | 2 +-
00cd46
 1 file changed, 1 insertion(+), 1 deletion(-)
00cd46
00cd46
diff --git a/src/tests/regression/rhbz1541077.at b/src/tests/regression/rhbz1541077.at
00cd46
index 692ca8ecc892..73ad4b49cb3d 100644
00cd46
--- a/src/tests/regression/rhbz1541077.at
00cd46
+++ b/src/tests/regression/rhbz1541077.at
00cd46
@@ -4,6 +4,6 @@ AT_KEYWORDS(ipset rhbz1541077)
00cd46
 FWD_CHECK([--permanent --new-ipset hashmacv6 --type hash:mac --family inet6], 2, [ignore], [ignore])
00cd46
 FWD_CHECK([--new-ipset hashmacv6 --type hash:mac --family inet6], 2, [ignore], [ignore])
00cd46
 
00cd46
-AT_CHECK([firewall-offline-cmd --new-ipset hashmacv6 --type hash:mac --family inet6], 2, [ignore], [ignore])
00cd46
+FWD_OFFLINE_CHECK([--new-ipset hashmacv6 --type hash:mac --family inet6], 2, [ignore], [ignore])
00cd46
 
00cd46
 FWD_END_TEST
00cd46
-- 
00cd46
2.28.0
00cd46