From d878a0240f2fb4851a9fc7c3ddd5e77fecb500dc Mon Sep 17 00:00:00 2001 From: Packit Date: Sep 14 2020 07:00:39 +0000 Subject: Apply patch 0045-test-regression-rhbz1541077-correctly-use-macros.patch patch_name: 0045-test-regression-rhbz1541077-correctly-use-macros.patch present_in_specfile: true location_in_specfile: 45 --- diff --git a/src/tests/regression/rhbz1541077.at b/src/tests/regression/rhbz1541077.at index 765ab0c..692ca8e 100644 --- a/src/tests/regression/rhbz1541077.at +++ b/src/tests/regression/rhbz1541077.at @@ -1,9 +1,9 @@ FWD_START_TEST([hash:mac and family mutually exclusive]) - AT_KEYWORDS(ipset rhbz1541077) +AT_KEYWORDS(ipset rhbz1541077) - FWD_CHECK([firewall-cmd --permanent --new-ipset hashmacv6 --type hash:mac --family inet6], 2, ignore,ignore) - - FWD_CHECK([firewall-cmd --new-ipset hashmacv6 --type hash:mac --family inet6], 2, ignore,ignore) +FWD_CHECK([--permanent --new-ipset hashmacv6 --type hash:mac --family inet6], 2, [ignore], [ignore]) +FWD_CHECK([--new-ipset hashmacv6 --type hash:mac --family inet6], 2, [ignore], [ignore]) + +AT_CHECK([firewall-offline-cmd --new-ipset hashmacv6 --type hash:mac --family inet6], 2, [ignore], [ignore]) - FWD_CHECK([firewall-offline-cmd --new-ipset hashmacv6 --type hash:mac --family inet6], 2, ignore,ignore) FWD_END_TEST