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@xxxxxxxxxx> --- tests/shell/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.33.1