mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
support/testing/tests/package/test_iptables.py: fix 'OUTPUT' typo
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
(cherry picked from commit 1772ad2f5f)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
@@ -40,7 +40,7 @@ class TestIptables(infra.basetest.BRTest):
|
||||
self.assertRunOk("iptables --version")
|
||||
|
||||
# We delete all rules in all chains. We also set default
|
||||
# policies to ACCEPT for INPUT and OUPUT chains. This should
|
||||
# policies to ACCEPT for INPUT and OUTPUT chains. This should
|
||||
# already be the case (default Kernel config). This makes sure
|
||||
# this test starts from a known state and also those common
|
||||
# command invocations works.
|
||||
|
||||
Reference in New Issue
Block a user