X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=app%2Ftest%2Ftest_errno.c;h=f221eac73dcb9c8c1d6427c74c412be785160685;hb=da0113c5390b51ec7247c2079135124431e0968f;hp=c903b196fc71c1da30e93ea61b0968240c788b35;hpb=95b6a46fa6ff789948fff578eb7139784da29f24;p=dpdk.git diff --git a/app/test/test_errno.c b/app/test/test_errno.c index c903b196fc..f221eac73d 100644 --- a/app/test/test_errno.c +++ b/app/test/test_errno.c @@ -58,7 +58,7 @@ test_errno(void) /* use a small selection of standard errors for testing */ int std_errs[] = {EAGAIN, EBADF, EACCES, EINTR, EINVAL}; /* test ALL registered RTE error codes for overlap */ - int rte_errs[] = {E_RTE_SECONDARY, E_RTE_NO_CONFIG, E_RTE_NO_TAILQ}; + int rte_errs[] = {E_RTE_SECONDARY, E_RTE_NO_CONFIG}; unsigned i; rte_errno = 0;