[PATCH] faultrep/tests: Remove registry writability check

Alex Henrie alexhenrie24 at gmail.com
Sun Jan 2 22:52:11 CST 2022


This check isn't needed anymore either.

Signed-off-by: Alex Henrie <alexhenrie24 at gmail.com>
---
 dlls/faultrep/tests/faultrep.c | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/dlls/faultrep/tests/faultrep.c b/dlls/faultrep/tests/faultrep.c
index c71db80cdbb..41f03ee8870 100644
--- a/dlls/faultrep/tests/faultrep.c
+++ b/dlls/faultrep/tests/faultrep.c
@@ -72,11 +72,6 @@ static void test_AddERExcludedApplicationA(void)
 
     /* clean state */
     lres = RegCreateKeyA(HKEY_LOCAL_MACHINE, regpath_root, &hroot);
-    if (lres == ERROR_ACCESS_DENIED)
-    {
-        skip("Not enough access rights\n");
-        return;
-    }
 
     if (!lres)
         lres = RegOpenKeyA(hroot, regpath_exclude, &hexclude);
-- 
2.34.1




More information about the wine-devel mailing list