summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/include/0007glob_double_0
Commit message (Collapse)AuthorAgeFilesLines
* tests/shell: Fix sporadic fail of include/0007glob_double_0Phil Sutter2018-03-201-19/+7
| | | | | | | | | | | | Since ruleset listing shows tables sorted by handle (which in turn depends on table creation ordering), using random filenames here guarantees to make the test fail randomly. Since the include files reside in a temporary directory anyway, there is no need to randomize their names so simplify the whole test a bit. Signed-off-by: Phil Sutter <phil@nwl.cc> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
* tests: update include directory tests to support wildcard syntax.Ismo Puustinen2017-06-271-0/+45
Signed-off-by: Ismo Puustinen <ismo.puustinen@intel.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>