Commit 3084624f authored by Alex Henrie's avatar Alex Henrie Committed by Alexandre Julliard

faultrep/tests: Remove registry writability check.

This check isn't needed anymore either. Signed-off-by: 's avatarAlex Henrie <alexhenrie24@gmail.com> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent 56034f1f
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment