* test-mu-cmd.c: updated testcase

This commit is contained in:
Dirk-Jan C. Binnema 2011-05-25 21:58:48 +03:00
parent 9e39dc67bd
commit 4e904d7c73
1 changed files with 2 additions and 2 deletions

View File

@ -474,8 +474,8 @@ test_mu_view_attach (void)
g_assert_cmpstr (output, !=, NULL);
len = strlen(output);
/* g_print ("\n[%s] (%d)\n", output, len); */
g_assert (len == 170);
/* g_print ("\n[%s] (%d)\n", output, len);*/
g_assert (len == 170 || len == 168);
g_free (output);
g_free (cmdline);