projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bfa91d6
)
test-execute: fix %n typo (#4153)
author
Zbigniew Jędrzejewski-Szmek
<zbyszek@in.waw.pl>
Thu, 15 Sep 2016 12:21:42 +0000
(08:21 -0400)
committer
Martin Pitt
<martin.pitt@ubuntu.com>
Thu, 15 Sep 2016 12:21:42 +0000
(14:21 +0200)
src/test/test-execute.c
patch
|
blob
|
history
diff --git
a/src/test/test-execute.c
b/src/test/test-execute.c
index 1db7f7804194a06f08f4c433adbd336ec87a87a0..25489cefbc0ef82ea0b16a67afb33a94ced1181d 100644
(file)
--- a/
src/test/test-execute.c
+++ b/
src/test/test-execute.c
@@
-324,7
+324,7
@@
static int run_tests(UnitFileScope scope, test_function_t *tests) {
r = manager_new(scope, true, &m);
if (MANAGER_SKIP_TEST(r)) {
- log_notice_errno(r, "Skipping test: manager_new: %
n
");
+ log_notice_errno(r, "Skipping test: manager_new: %
m
");
return EXIT_TEST_SKIP;
}
assert_se(r >= 0);