diff mbox series

[nft,2/3] tests: shell: README: $NFT does not have to be a path to a binary

Message ID 20211020124512.490288-2-snemec@redhat.com
State Changes Requested
Delegated to: Pablo Neira
Headers show
Series [nft,1/3] tests: shell: README: copy edit | expand

Commit Message

Štěpán Němec Oct. 20, 2021, 12:45 p.m. UTC
Fixes: 7c8a44b25c22 ("tests: shell: Allow wrappers to be passed as nft command")
Signed-off-by: Štěpán Němec <snemec@redhat.com>
---
 tests/shell/README | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/tests/shell/README b/tests/shell/README
index 35f6e3785f0e..4dd595d99556 100644
--- a/tests/shell/README
+++ b/tests/shell/README
@@ -21,7 +21,7 @@  And generate missing dump files with:
 
 Before each test file invocation, `nft flush ruleset' will be called.
 Also, test file process environment will include the variable $NFT
-which contains the path to the nft binary being tested.
+which contains the nft command being tested.
 
 You can pass an arbitrary $NFT value as well:
  # NFT=/usr/local/sbin/nft ./run-tests.sh