From: Harald Hoyer Date: Wed, 3 Jun 2015 14:36:20 +0000 (+0200) Subject: test-unit-file.c: fixup the test for commit 3b51f8ddd5 X-Git-Tag: v221~196 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ce54255fa599d32738a311c77331fa611e6cfa5e;p=thirdparty%2Fsystemd.git test-unit-file.c: fixup the test for commit 3b51f8ddd5 --- diff --git a/src/test/test-unit-file.c b/src/test/test-unit-file.c index 31b12d50d76..a8025c825b0 100644 --- a/src/test/test-unit-file.c +++ b/src/test/test-unit-file.c @@ -232,7 +232,7 @@ static void test_config_parse_exec(void) { &c, NULL); assert_se(r >= 0); c1 = c1->command_next; - check_execcommand(c1, "/bin/find", NULL, "\\073", NULL, false); + check_execcommand(c1, "/bin/find", NULL, ";", NULL, false); log_info("/* spaces in the filename */"); r = config_parse_exec(NULL, "fake", 5, "section", 1,