tests: fix cmd test_mu_find_04 stderr output
Fix test_mu_find_04 such that stderr has expected output. With the mu command after options/expression nothing was printed. We now have expected nonexistent muhome error.
This commit is contained in:
@ -219,8 +219,8 @@ test_mu_find_04 (void)
|
|||||||
{
|
{
|
||||||
gchar *cmdline, *erroutput;
|
gchar *cmdline, *erroutput;
|
||||||
|
|
||||||
cmdline = g_strdup_printf ("%s --muhome=%cfoo%cbar%cnonexistent "
|
cmdline = g_strdup_printf ("find %s --muhome=%cfoo%cbar%cnonexistent "
|
||||||
"find f:socrates",
|
"f:socrates",
|
||||||
MU_PROGRAM,
|
MU_PROGRAM,
|
||||||
G_DIR_SEPARATOR,
|
G_DIR_SEPARATOR,
|
||||||
G_DIR_SEPARATOR,
|
G_DIR_SEPARATOR,
|
||||||
|
|||||||
Reference in New Issue
Block a user