summaryrefslogtreecommitdiff
path: root/src/test/test-path.c
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2015-12-01 23:44:27 -0500
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2015-12-02 09:50:01 -0500
commit1d31abf7920460f3c9bb9744a255e0e518dce00d (patch)
tree12098e3ff23ae66587fddcfcdb42d95dfb5eed94 /src/test/test-path.c
parent8b3aa503c171acdb9ec63484a8c50e2680d31e79 (diff)
tests: fix newlines in skip message
Diffstat (limited to 'src/test/test-path.c')
-rw-r--r--src/test/test-path.c2
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);