app/test: fix unit test for option -n
authorPablo de Lara <pablo.de.lara.guarch@intel.com>
Fri, 6 Nov 2015 15:15:13 +0000 (15:15 +0000)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Fri, 6 Nov 2015 15:32:40 +0000 (16:32 +0100)
commit1e0b51fd4b75790313045cfbb8ba059e7907bc44
treec8b07b0028f5d89c068e7685972d7faa1ba0e765
parentc4d404d7c1257465176deb5bb8c84e627d2d5eee
app/test: fix unit test for option -n

eal_flags_autotest was broken after commit
19bfa4dd ("eal: make the -n argument optional"),
since the unit test was checking that app would not run
if -n flag was missing, which now it is possible.

Also, subtest test_missing_n_flag() has been renamed
to test_invalid_n_flag(), as now -n flag is not compulsory.

Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
app/test/test.c
app/test/test_eal_flags.c