summaryrefslogtreecommitdiffstats
path: root/tests/test-script.sh
diff options
context:
space:
mode:
authorAna Rey <anarey@gmail.com>2014-04-04 11:22:37 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2014-04-07 10:44:58 +0200
commite64195952667833fbaab4e32992ea9f88c6d8807 (patch)
tree04fd38962314fb4410b90a483337fb0058b483a6 /tests/test-script.sh
parent14ef99d4a0171b6d5f208516656af14a24b715ed (diff)
tests: Use getopt_long to parse the command-line arguments.
Use getopt_long to parse the command-line arguments and prepare it to add new arguments in next patches. Signed-off-by: Ana Rey <anarey@gmail.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'tests/test-script.sh')
-rwxr-xr-xtests/test-script.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test-script.sh b/tests/test-script.sh
index b766421..44725d8 100755
--- a/tests/test-script.sh
+++ b/tests/test-script.sh
@@ -18,5 +18,5 @@
./nft-rule-test
./nft-set-test
./nft-table-test
-./nft-parsing-test xmlfiles
-./nft-parsing-test jsonfiles
+./nft-parsing-test -d xmlfiles
+./nft-parsing-test -d jsonfiles