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

Francois Gouget fgouget at free.fr
Mon Jan 14 02:20:10 CST 2019


Signed-off-by: Francois Gouget <fgouget at free.fr>
---

With Signed-off-by line this time!

 dlls/msi/tests/msi.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/msi/tests/msi.c b/dlls/msi/tests/msi.c
index 1267db3426d..9f847ce2f01 100644
--- a/dlls/msi/tests/msi.c
+++ b/dlls/msi/tests/msi.c
@@ -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");
 
-- 
2.20.1



More information about the wine-devel mailing list