app/test: fix missing brackets
authorAaron Conole <aconole@redhat.com>
Tue, 22 Mar 2016 21:37:12 +0000 (17:37 -0400)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 31 Mar 2016 15:09:23 +0000 (17:09 +0200)
commit29815f5a2331d361593ec62f3a54d154423a192d
tree57d436f88e1173ab3be677fcccb6e38081ebcad4
parente994bcda55cc137697393cb8160981ea734687d9
app/test: fix missing brackets

The test application calls printf(...) with the suite->suite_name argument.
The intent (based on whitespace) in the printf is to check suite->suite_name
first and then apply the printf. This doesn't happen due to missing brackets.

Signed-off-by: Aaron Conole <aconole@redhat.com>
Acked-by: Panu Matilainen <pmatilai@redhat.com>
app/test/test.c