]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test-unit-file.c: fixup the test for commit 3b51f8ddd5
authorHarald Hoyer <harald@redhat.com>
Wed, 3 Jun 2015 14:36:20 +0000 (16:36 +0200)
committerHarald Hoyer <harald@redhat.com>
Wed, 3 Jun 2015 14:36:20 +0000 (16:36 +0200)
src/test/test-unit-file.c

index 31b12d50d76f29842dc739c2a2172010a9d77ae2..a8025c825b01661314418ad607efd7f479458d76 100644 (file)
@@ -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,