mirror of
https://github.com/systemd/systemd.git
synced 2025-08-15 01:49:58 +03:00
test-execute: fix %n typo (#4153)
This commit is contained in:
committed by
Martin Pitt
parent
bfa91d65bb
commit
2179fd109d
@ -324,7 +324,7 @@ static int run_tests(UnitFileScope scope, test_function_t *tests) {
|
|||||||
|
|
||||||
r = manager_new(scope, true, &m);
|
r = manager_new(scope, true, &m);
|
||||||
if (MANAGER_SKIP_TEST(r)) {
|
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;
|
return EXIT_TEST_SKIP;
|
||||||
}
|
}
|
||||||
assert_se(r >= 0);
|
assert_se(r >= 0);
|
||||||
|
Reference in New Issue
Block a user