[PATCH] fsutil/tests: Add a trailing linefeed to an ok() message.

Francois Gouget fgouget at free.fr
Tue Mar 2 13:12:51 CST 2021


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 programs/fsutil/tests/fsutil.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/programs/fsutil/tests/fsutil.c b/programs/fsutil/tests/fsutil.c
index eff47a4f8ec..aa0d5d3884b 100644
--- a/programs/fsutil/tests/fsutil.c
+++ b/programs/fsutil/tests/fsutil.c
@@ -100,7 +100,7 @@ static void test_hardlink(void)
     ok(boolrc, "failed to get info about hardlink, error %#x\n", GetLastError());
     CloseHandle(hfile);
 
-    ok(info.nNumberOfLinks == 2, "our link is not a hardlink");
+    ok(info.nNumberOfLinks == 2, "our link is not a hardlink\n");
 
     rc = runcmd("fsutil hardlink create link file");
     ok(rc == 1, "fsutil didn't complain about already existing destination\n");
-- 
2.20.1




More information about the wine-devel mailing list