Don't assume the system's nft binary is able to correctly list rulesets generated in tests. Signed-off-by: Phil Sutter <phil@xxxxxx> --- tests/shell/run-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/shell/run-tests.sh b/tests/shell/run-tests.sh index d2f3e96b33b24..431d55590a7df 100755 --- a/tests/shell/run-tests.sh +++ b/tests/shell/run-tests.sh @@ -110,7 +110,7 @@ do dumppath="$(dirname ${testfile})/dumps" dumpfile="${dumppath}/$(basename ${testfile}).nft" if [ "$rc_got" == "${POSITIVE_RET}" ] && [ -f ${dumpfile} ]; then - test_output=$(${DIFF} ${dumpfile} <(nft list ruleset) 2>&1) + test_output=$(${DIFF} ${dumpfile} <($NFT list ruleset) 2>&1) rc_spec=$? fi -- 2.16.1 -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html