test: fix clean up on failure
authorAnatoly Burakov <anatoly.burakov@intel.com>
Thu, 8 Nov 2018 11:44:16 +0000 (11:44 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 14 Nov 2018 04:01:15 +0000 (05:01 +0100)
commitbf14ce5315465e9eb8eb72614b0bca74dc6576e9
tree81d784d6c45e94c188f1939e4c71d5e544e1b9db
parent1af9bc9c60291e43aa26f8ee92371c8b04a9b55f
test: fix clean up on failure

One of the failure paths were not updated to clean up on exit,
most likely due to rebase error. Fix the failure path to clean
up instead of simply exiting.

Fixes: 3f9e31d71d63 ("test: clean up on exit")

Signed-off-by: Anatoly Burakov <anatoly.burakov@intel.com>
test/test/test.c