From 8440983b7671feb3bb86c4c148af743addf3e00b Mon Sep 17 00:00:00 2001 From: Florian Westphal Date: Sat, 6 Jan 2024 13:23:24 +0100 Subject: tests: shell: prefer project nft to system-wide nft Use $NFT (src/nft, in-tree binary), not the one installed by the distro. Else we may not find newly added bugs unless user did "make install" or bug has propagated to release. Signed-off-by: Florian Westphal --- tests/shell/testcases/parsing/large_rule_pipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/shell/testcases/parsing/large_rule_pipe') diff --git a/tests/shell/testcases/parsing/large_rule_pipe b/tests/shell/testcases/parsing/large_rule_pipe index fac0afaa..b6760c01 100755 --- a/tests/shell/testcases/parsing/large_rule_pipe +++ b/tests/shell/testcases/parsing/large_rule_pipe @@ -566,6 +566,6 @@ table inet firewalld { } }" -( echo "flush ruleset;"; echo "${RULESET}" ) | nft -f - +( echo "flush ruleset;"; echo "${RULESET}" ) | $NFT -f - exit 0 -- cgit v1.2.3