22 Dec
2017
22 Dec
'17
9:34 a.m.
Zebediah Figura <z.figura12(a)gmail.com> writes:
@@ -3635,6 +3635,12 @@ START_TEST(regedit) return; }
+ if (!run_regedit_exe("regedit.exe") && GetLastError() == ERROR_ELEVATION_REQUIRED) + { + win_skip("User is a non-elevated admin; skipping regedit tests.\n"); + return; + }
This pops up the regedit GUI and does nothing for 10 seconds, I don't think we want that. -- Alexandre Julliard julliard(a)winehq.org