chiark / gitweb /
build-sys: make test output a bit nicer
[elogind.git] / src / libsystemd-bus / test-bus-marshal.c
index 069b0848e644fac7c6dbdbc71ab42f13e9a78518..317e3a7d634613a3209d9debd3646f55db2cfc48 100644 (file)
@@ -262,8 +262,8 @@ int main(int argc, char *argv[]) {
         fflush(ms);
         assert_se(!ferror(ms));
 
-        printf("<%.*s>", (int) first_size, first);
-        printf("<%.*s>", (int) third_size, third);
+        printf("<%.*s>\n", (int) first_size, first);
+        printf("<%.*s>\n", (int) third_size, third);
 
         assert_se(first_size == third_size);
         assert_se(memcmp(first, third, third_size) == 0);