kernel32/tests: Remove check of environment variables against registry

Greg Geldorp ggeldorp at vmware.com
Tue Dec 21 09:44:42 CST 2010


The TMP and TEMP environment variables don't correspond 1:1 to the entries
in HKCU\Environment. By default, the TMP/TEMP environment variables
contain the short path, while HKCU\Environment contains long paths. Also,
on Terminal Server, the TMP/TEMP environment variables might have a
session number postfix.
Since the TMP/TEMP variables are the only ones that are present by default
in the registry, it doesn't make sense to test actual environment
variables against the registry values.

---
 dlls/kernel32/tests/environ.c |   63
+----------------------------------------
 1 files changed, 1 insertions(+), 62 deletions(-)



-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0003-kernel32-tests-Remove-check-of-environment-variables.patch
Type: text/x-patch
Size: 3290 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20101221/1d41d417/attachment.bin>


More information about the wine-patches mailing list