summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/transactions/dumps/doubled-set.json-nft
Commit message (Collapse)AuthorAgeFilesLines
* tests: shell: Pretty-print all *.json-nft dumpsPhil Sutter2024-02-081-1/+41
| | | | | | | | | | | | | The problem with single line output as produced by 'nft -j list ruleset' is its incompatibility to unified diff format as any change in this single line will produce a diff which contains the old and new lines in total. This is not just unreadable but will blow up patches which may exceed mailinglists' mail size limits. Convert them all at once by feeding their contents to tests/shell/helpers/json-pretty.sh. Signed-off-by: Phil Sutter <phil@nwl.cc>
* Revert "evaluate: error out when existing set has incompatible key"Florian Westphal2023-12-141-0/+1
This breaks existing behaviour, add a test case so this is caught in the future. The reverted test case will be brought back once a better fix is available. Signed-off-by: Florian Westphal <fw@strlen.de>