]> git.ipfire.org Git - thirdparty/nftables.git/commit
tests/py: fix error message
authorFlorian Westphal <fw@strlen.de>
Wed, 2 Jun 2021 13:28:50 +0000 (15:28 +0200)
committerFlorian Westphal <fw@strlen.de>
Wed, 2 Jun 2021 13:29:16 +0000 (15:29 +0200)
commit4359cb82833a6907f9ee9803be270db89ceaf758
treead6be47f5f323da2016dd864a4a7985f7db309cc
parentc0b685951fabb2852d16cf62a1d1bf5b426e098c
tests/py: fix error message

This should say "should have failed" only if the set add operation
was supposed to fail, not when its supposed to work.

Signed-off-by: Florian Westphal <fw@strlen.de>
tests/py/nft-test.py