From e64195952667833fbaab4e32992ea9f88c6d8807 Mon Sep 17 00:00:00 2001 From: Ana Rey Date: Fri, 4 Apr 2014 11:22:37 +0200 Subject: 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 Signed-off-by: Pablo Neira Ayuso --- tests/test-script.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/test-script.sh') 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 -- cgit v1.2.3