]> git.ipfire.org Git - thirdparty/nftables.git/commitdiff
tests: shell: README: $NFT does not have to be a path to a binary
authorŠtěpán Němec <snemec@redhat.com>
Fri, 5 Nov 2021 11:39:09 +0000 (12:39 +0100)
committerPhil Sutter <phil@nwl.cc>
Fri, 5 Nov 2021 13:21:26 +0000 (14:21 +0100)
Since commit 7c8a44b25c22, $NFT can contain an arbitrary command,
e.g. 'valgrind nft'.

Fixes: 7c8a44b25c22 ("tests: shell: Allow wrappers to be passed as nft command")
Signed-off-by: Štěpán Němec <snemec@redhat.com>
Signed-off-by: Phil Sutter <phil@nwl.cc>
tests/shell/README

index 35f6e3785f0e87a06afec9329a79248484ba0131..4dd595d99556860e5817423c3f26734cf3ba6a6b 100644 (file)
@@ -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