Michael Tokarev <m...@tls.msk.ru> writes: > Fixes: c9a1ea9c52 Revert "tests/qtest: use qos_printf instead of > g_test_message" >
Drop the blank line here. > Signed-off-by: Michael Tokarev <m...@tls.msk.ru> g_test_message()'s documentation is useless. Use the force, read the source: g_test_message() wraps around g_test_log(G_TEST_LOG_MESSAGE, ...), which appends a newline. So your patch makes sense. Thanks for cleaning up the mess I made! Reviewed-by: Markus Armbruster <arm...@redhat.com>