29815f5a23
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>