msi/tests: Add a trailing '\n' to an ok() call.

Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Francois Gouget 2019-01-14 09:20:10 +01:00 committed by Alexandre Julliard
parent 41e35425a8
commit ad735ca1f3
1 changed files with 1 additions and 1 deletions

View File

@ -14213,7 +14213,7 @@ static void test_setpropertyfolder(void)
ok(delete_pf("msitest\\maximus", TRUE), "file not installed\n");
ok(delete_pf("msitest", FALSE), "directory not created\n");
ok(DeleteFileA("c:\\parent\\child\\Shortcut.lnk"), "file not installed");
ok(DeleteFileA("c:\\parent\\child\\Shortcut.lnk"), "file not installed\n");
ok(RemoveDirectoryA("c:\\parent\\child"), "directory not created\n");
ok(RemoveDirectoryA("c:\\parent"), "directory not created\n");