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:
Alex Henrie 2022-01-02 21:52:11 -07:00 committed by Alexandre Julliard
parent 56034f1f09
commit 3084624fbe
1 changed files with 0 additions and 5 deletions

View File

@ -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);