diff options
author | Harald Hoyer <harald@redhat.com> | 2015-06-03 16:36:20 +0200 |
---|---|---|
committer | Harald Hoyer <harald@redhat.com> | 2015-06-03 16:36:20 +0200 |
commit | ce54255fa599d32738a311c77331fa611e6cfa5e (patch) | |
tree | bb7b48278cac1a21d8eee77ebda4320d1dc6d085 /src/test/test-unit-file.c | |
parent | ea344aec104771c11b2008e54943d7c108ecb0d0 (diff) |
test-unit-file.c: fixup the test for commit 3b51f8ddd5
Diffstat (limited to 'src/test/test-unit-file.c')
-rw-r--r-- | src/test/test-unit-file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test-unit-file.c b/src/test/test-unit-file.c index 31b12d50d7..a8025c825b 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, |