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:
Derek Schrock 2019-11-16 22:40:48 -05:00
parent 0dab2b0faf
commit db2cd81d02
1 changed files with 2 additions and 2 deletions

View File

@ -219,8 +219,8 @@ test_mu_find_04 (void)
{
gchar *cmdline, *erroutput;
cmdline = g_strdup_printf ("%s --muhome=%cfoo%cbar%cnonexistent "
"find f:socrates",
cmdline = g_strdup_printf ("find %s --muhome=%cfoo%cbar%cnonexistent "
"f:socrates",
MU_PROGRAM,
G_DIR_SEPARATOR,
G_DIR_SEPARATOR,