gtestutils: fix typo in message when stdout is wrong

"stderr was" -> "stdout was"
This commit is contained in:
Vasily Galkin 2019-01-29 23:09:21 +03:00
parent b245344cec
commit 2d24ea9447

View File

@ -3630,7 +3630,7 @@ g_test_trap_assertions (const char *domain,
logged_child_output = logged_child_output || log_child_output (process_id);
msg = g_strdup_printf ("stdout of child process (%s) %s: %s\nstderr was:\n%s",
msg = g_strdup_printf ("stdout of child process (%s) %s: %s\nstdout was:\n%s",
process_id, match_error, stdout_pattern, test_trap_last_stdout);
g_assertion_message (domain, file, line, func, msg);
g_free (msg);