summaryrefslogtreecommitdiffstats
path: root/tests/regression/ip
diff options
context:
space:
mode:
authorPablo M. Bermudo Garay <pablombg@gmail.com>2015-12-01 23:45:22 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2015-12-14 20:09:26 +0100
commit10a935abb110beb9e0b868fbf3ca5b3c80dd93f4 (patch)
treef42ffc51c3d6e835fa0e4d30b218cfee37c9a5c5 /tests/regression/ip
parenta248ba918dcba2866fe47d5d716d7f0f04abd40f (diff)
tests: remove useless logic
In the test files, some lines defining tables was commented out with a minus "-" sign, also used to mark broken rules. This commit replaces these signs with actual comments "#" and removes the code that handled the situation. Signed-off-by: Pablo M. Bermudo Garay <pablombg@gmail.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'tests/regression/ip')
-rw-r--r--tests/regression/ip/icmp.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/regression/ip/icmp.t b/tests/regression/ip/icmp.t
index 9c2aba78..bd00f5ca 100644
--- a/tests/regression/ip/icmp.t
+++ b/tests/regression/ip/icmp.t
@@ -1,6 +1,6 @@
*ip;test-ip4
# BUG: There is a bug with icmp protocol and inet family.
-- *inet;test-inet
+# *inet;test-inet
:input;type filter hook input priority 0
icmp type echo-reply accept;ok