summaryrefslogtreecommitdiff
path: root/src/test/test-unit-file.c
diff options
context:
space:
mode:
authorHarald Hoyer <harald@redhat.com>2015-06-03 16:36:20 +0200
committerHarald Hoyer <harald@redhat.com>2015-06-03 16:36:20 +0200
commitce54255fa599d32738a311c77331fa611e6cfa5e (patch)
treebb7b48278cac1a21d8eee77ebda4320d1dc6d085 /src/test/test-unit-file.c
parentea344aec104771c11b2008e54943d7c108ecb0d0 (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.c2
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,