faultrep/tests: Remove registry writability check.
This check isn't needed anymore either. Signed-off-by: Alex Henrie <alexhenrie24@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
56034f1f09
commit
3084624fbe
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue