* cosmetics
This commit is contained in:
@ -802,6 +802,9 @@ test_mu_verify_good (void)
|
||||
MU_PROGRAM,
|
||||
MU_TESTMAILDIR4);
|
||||
|
||||
if (g_test_verbose())
|
||||
g_print ("$ %s\n", cmdline);
|
||||
|
||||
output = NULL;
|
||||
g_assert (g_spawn_command_line_sync (cmdline, &output, NULL,
|
||||
&retval, NULL));
|
||||
@ -825,6 +828,9 @@ test_mu_verify_bad (void)
|
||||
MU_PROGRAM,
|
||||
MU_TESTMAILDIR4);
|
||||
|
||||
if (g_test_verbose())
|
||||
g_print ("$ %s\n", cmdline);
|
||||
|
||||
output = NULL;
|
||||
g_assert (g_spawn_command_line_sync (cmdline, &output, NULL,
|
||||
&retval, NULL));
|
||||
|
||||
Reference in New Issue
Block a user