summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/sets/0018set_check_size_1
Commit message (Collapse)AuthorAgeFilesLines
* tests: shell: validate set sizePablo Neira Ayuso2017-01-241-0/+8
Add two tests to make sure that set size checks work fine: 1) Check if set size is indeed working, this is a simple one. 2) Check if set size is correct after ENFILE error, there is bug that adds a new spare slot everytime we hit this. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>