]> git.ipfire.org Git - thirdparty/nftables.git/commit
tests: tests to include files
authorPablo Neira Ayuso <pablo@netfilter.org>
Wed, 10 Aug 2016 15:46:16 +0000 (17:46 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Wed, 10 Aug 2016 18:17:47 +0000 (20:17 +0200)
commit54c0482494d26b273cd7ea3dcf624fc2c31f7dab
treefa2c852b8d4a4dbffe3bd480156d9f2e7b01fa1f
parentdf3c616c84ff14eb3990d84b0a9f33797e2fe499
tests: tests to include files

Four tests to cover file inclusion using:

1) Absolute path.
2) Relative path.
3) Default include directory path.

And one more test to cover endless file inclusion loop.

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
tests/shell/testcases/include/0001absolute_0 [new file with mode: 0755]
tests/shell/testcases/include/0002relative_0 [new file with mode: 0755]
tests/shell/testcases/include/0003includepath_0 [new file with mode: 0755]
tests/shell/testcases/include/0004endlessloop_1 [new file with mode: 0755]