From f3411cbf4608df4c83bb7d830ea118d923affb2e Mon Sep 17 00:00:00 2001 From: Florian Westphal Date: Thu, 17 Aug 2023 20:37:21 +0200 Subject: tests: update bad_expression test case Check that the ruleset also fails to validate if there is another table that passes validation checks. Reported-by: Pablo Neira Ayuso Signed-off-by: Florian Westphal --- tests/shell/testcases/transactions/bad_expression | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'tests') diff --git a/tests/shell/testcases/transactions/bad_expression b/tests/shell/testcases/transactions/bad_expression index df46ceb0..a820c2b9 100755 --- a/tests/shell/testcases/transactions/bad_expression +++ b/tests/shell/testcases/transactions/bad_expression @@ -4,6 +4,14 @@ # nft must return an error. Also catch nfnetlink retry loops that # cause nft or kernel to spin. timeout 3 $NFT -f - <&2 exit 111 fi -- cgit v1.2.3