[PATCH] faultrep/tests: Remove registry writability check
3 Jan
2022
3 Jan
'22
4:52 a.m.
This check isn't needed anymore either. Signed-off-by: Alex Henrie <alexhenrie24(a)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
1441
Age (days ago)
1441
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alex Henrie