Commit 63958c13 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

parent 5d80ee4b
......@@ -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");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment