Alex Henrie : faultrep/tests: Remove registry writability check.
Module: wine Branch: master Commit: 3084624fbe4ebbd947b5b97ab9dabe64f15fa891 URL: https://source.winehq.org/git/wine.git/?a=commit;h=3084624fbe4ebbd947b5b97ab... Author: Alex Henrie <alexhenrie24(a)gmail.com> Date: Sun Jan 2 21:52:11 2022 -0700 faultrep/tests: Remove registry writability check. This check isn't needed anymore either. Signed-off-by: Alex Henrie <alexhenrie24(a)gmail.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- 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);
participants (1)
-
Alexandre Julliard