Blame SOURCES/0022-fix-tests-regression-rhbz1723610-make-output-reliabl.patch

8a3219
From 395720e73e84b9b92bd92c5297faf7caa5d10242 Mon Sep 17 00:00:00 2001
8a3219
From: Eric Garver <eric@garver.life>
8a3219
Date: Fri, 26 Jul 2019 13:56:54 -0400
8a3219
Subject: [PATCH 22/26] fix: tests/regression/rhbz1723610: make output reliable
8a3219
8a3219
The rule listing is unordered, so lets make it reliable.
8a3219
8a3219
Fixes: 75fc4876dbfb ("test: coverage for rhbz 1723610 and gh #385")
8a3219
(cherry picked from commit 645fc816c09d2d5f767fcecf4bea3d61219780e9)
8a3219
---
8a3219
 src/tests/regression/rhbz1723610.at | 2 --
8a3219
 1 file changed, 2 deletions(-)
8a3219
8a3219
diff --git a/src/tests/regression/rhbz1723610.at b/src/tests/regression/rhbz1723610.at
8a3219
index f020141e1808..3eccc0436ed7 100644
8a3219
--- a/src/tests/regression/rhbz1723610.at
8a3219
+++ b/src/tests/regression/rhbz1723610.at
8a3219
@@ -19,11 +19,9 @@ FWD_RELOAD
8a3219
 FWD_CHECK([--direct --get-all-rules], 0, [dnl
8a3219
 ipv4 filter OUTPUT 0 -d 127.0.0.1 -p tcp --dport 22 -j ACCEPT
8a3219
 ])
8a3219
-FWD_CHECK([-q --direct --add-rule ipv4 filter INPUT 0 -p tcp --dport 22 -j ACCEPT])
8a3219
 FWD_CHECK([-q --direct --add-rule ipv6 filter INPUT 0 -p tcp --dport 22 -j ACCEPT])
8a3219
 FWD_CHECK([-q --direct --remove-rules ipv4 filter OUTPUT])
8a3219
 FWD_CHECK([--direct --get-all-rules], 0, [dnl
8a3219
-ipv4 filter INPUT 0 -p tcp --dport 22 -j ACCEPT
8a3219
 ipv6 filter INPUT 0 -p tcp --dport 22 -j ACCEPT
8a3219
 ])
8a3219
 
8a3219
-- 
8a3219
2.20.1
8a3219