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

Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Francois Gouget 2021-03-02 20:12:51 +01:00 committed by Alexandre Julliard
parent 5d80ee4b60
commit 63958c1345
1 changed files with 1 additions and 1 deletions

View File

@ -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");