diff options
Diffstat (limited to 'src/test/test-path.c')
-rw-r--r-- | src/test/test-path.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test-path.c b/src/test/test-path.c index 6e6a72d8dc..7a3b145414 100644 --- a/src/test/test-path.c +++ b/src/test/test-path.c @@ -46,7 +46,7 @@ static int setup_test(Manager **m) { r = manager_new(MANAGER_USER, true, &tmp); if (MANAGER_SKIP_TEST(r)) { - printf("Skipping test: manager_new: %s", strerror(-r)); + printf("Skipping test: manager_new: %s\n", strerror(-r)); return -EXIT_TEST_SKIP; } assert_se(r >= 0); |