diff --git a/src/Makefile.am b/src/Makefile.am index 5288fdc2..4c8b137f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,4 +1,4 @@ -## Copyright (C) 2010 Dirk-Jan C. Binnema +## Copyright (C) 2010-2012 Dirk-Jan C. Binnema ## ## This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by diff --git a/src/tests/test-mu-cmd.c b/src/tests/test-mu-cmd.c index 56d544fd..f58ea5b3 100644 --- a/src/tests/test-mu-cmd.c +++ b/src/tests/test-mu-cmd.c @@ -283,7 +283,8 @@ test_mu_extract_01 (void) G_DIR_SEPARATOR, G_DIR_SEPARATOR); - /* g_print ("[%s]", cmdline); */ + if (g_test_verbose()) + g_print ("cmd: %s\n", cmdline); output = erroutput = NULL; g_assert (g_spawn_command_line_sync (cmdline, &output, &erroutput, @@ -700,7 +701,6 @@ main (int argc, char *argv[]) g_test_add_func ("/mu-cmd/test-mu-find-04", test_mu_find_04); g_test_add_func ("/mu-cmd/test-mu-find-maildir-special", test_mu_find_maildir_special); - g_test_add_func ("/mu-cmd/test-mu-extract-01", test_mu_extract_01); g_test_add_func ("/mu-cmd/test-mu-extract-02", test_mu_extract_02); g_test_add_func ("/mu-cmd/test-mu-extract-03", test_mu_extract_03);