24 lines
964 B
Diff
24 lines
964 B
Diff
From 2f07442729010a010c88b34a0d5fc51d30e622ea Mon Sep 17 00:00:00 2001
|
|
From: Harald Hoyer <harald@redhat.com>
|
|
Date: Wed, 3 Jun 2015 16:36:20 +0200
|
|
Subject: [PATCH] test-unit-file.c: fixup the test for commit 3b51f8ddd5
|
|
|
|
(cherry picked from commit ce54255fa599d32738a311c77331fa611e6cfa5e)
|
|
---
|
|
src/test/test-unit-file.c | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
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,
|