Skip to content
Snippets Groups Projects
Commit 3084624f authored by Alex Henrie's avatar Alex Henrie Committed by Alexandre Julliard
Browse files

faultrep/tests: Remove registry writability check.


This check isn't needed anymore either.

Signed-off-by: default avatarAlex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Alexandre Julliard's avatarAlexandre Julliard <julliard@winehq.org>
parent 56034f1f
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment