summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/parsing/large_rule_pipe
Commit message (Collapse)AuthorAgeFilesLines
* tests: shell: prefer project nft to system-wide nftFlorian Westphal2024-01-071-1/+1
| | | | | | | | 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 <fw@strlen.de>
* tests: shell: cover old scanner bugPablo Neira Ayuso2023-07-111-0/+571
Add a test to cover 423abaa40ec4 ("scanner: don't rely on fseek for input stream repositioning") that fixes the bug described in https://bugs.gentoo.org/675188. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>