* overhaul/clean-up container code, add path object; seems to work now

This commit is contained in:
Dirk-Jan C. Binnema
2011-06-26 13:12:40 +03:00
parent 9c6014e40b
commit a3bd931aaf
4 changed files with 530 additions and 378 deletions

View File

@ -43,7 +43,7 @@ fill_database (const char *testdir)
cmdline = g_strdup_printf ("%s index --muhome=%s --maildir=%s"
" --quiet",
MU_PROGRAM, tmpdir, testdir);
/* g_print ("%s\n", cmdline); */
g_print ("%s\n", cmdline);
g_assert (g_spawn_command_line_sync (cmdline, NULL, NULL,
NULL, NULL));