From db2cd81d02255bc6b9e95ef103b0f6c38a926d8f Mon Sep 17 00:00:00 2001 From: Derek Schrock Date: Sat, 16 Nov 2019 22:40:48 -0500 Subject: [PATCH] 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. --- mu/tests/test-mu-cmd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mu/tests/test-mu-cmd.c b/mu/tests/test-mu-cmd.c index c3496c06..ffd0336b 100644 --- a/mu/tests/test-mu-cmd.c +++ b/mu/tests/test-mu-cmd.c @@ -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,