diff mbox

[nftables] tests: py: fix some typos in README

Message ID afedcefbb31e4c5774668921688e844f48aec1b3.1488466956.git.tredaelli@redhat.com
State Accepted
Delegated to: Pablo Neira
Headers show

Commit Message

Timothy Redaelli March 2, 2017, 3:15 p.m. UTC
Signed-off-by: Timothy Redaelli <tredaelli@redhat.com>
---
 tests/py/README | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Comments

Pablo Neira Ayuso March 2, 2017, 5:27 p.m. UTC | #1
Applied, thanks.

--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/tests/py/README b/tests/py/README
index 82d73a2..66f706f 100644
--- a/tests/py/README
+++ b/tests/py/README
@@ -40,21 +40,21 @@  families. Unless you specify the --force-family option.
 
 * Execute broken tests:
 
-./nft-test.sh -e
+./nft-test.py -e
 
 This runs tests for rules that need a fix: This mode runs the lines that
 that start with a "-" symbol.
 
 * Debugging:
 
-./nft-test.sh -d
+./nft-test.py -d
 
 This shows all the commands that the script executes, so you can watch
 its internal behaviour.
 
 * Keep testing all families on error.
 
-./nft-test.sh -f
+./nft-test.py -f
 
 Don't stop testing for more families in case of error.