[WINESYNC] 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>

wine commit id ad735ca1f329b9419aaaf59bda4e3c936f9d92f5 by Francois Gouget <fgouget@free.fr>
This commit is contained in:
winesync 2022-03-13 00:16:21 +01:00 committed by Mark Jansen
parent 8c4b2b004b
commit f8514c722b
No known key found for this signature in database
GPG key ID: B39240EE84BEAE8B

View file

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