Alexandre Julliard : userenv/tests: Don' t check for TEMP and TMP variables on NT4.

Alexandre Julliard julliard at winehq.org
Mon Jan 26 10:13:34 CST 2009


Module: wine
Branch: master
Commit: 950ad4efdb403d10d5822be135e6662b62eb09f7
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=950ad4efdb403d10d5822be135e6662b62eb09f7

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Sun Jan 25 17:30:01 2009 +0100

userenv/tests: Don't check for TEMP and TMP variables on NT4.

---

 dlls/userenv/tests/userenv.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/userenv/tests/userenv.c b/dlls/userenv/tests/userenv.c
index 0b5e034..d782d2f 100644
--- a/dlls/userenv/tests/userenv.c
+++ b/dlls/userenv/tests/userenv.c
@@ -176,13 +176,13 @@ static void test_create_env(void)
     };
     static const struct profile_item common_post_nt4_vars[] = {
         { "ALLUSERSPROFILE", { 1, 1, 0, 0 } },
+        { "TEMP", { 1, 1, 0, 0 } },
+        { "TMP", { 1, 1, 0, 0 } },
         { "CommonProgramFiles", { 1, 1, 1, 1 } },
         { "ProgramFiles", { 1, 1, 0, 0 } }
     };
     static const struct profile_item htok_vars[] = {
         { "PATH", { 1, 1, 0, 0 } },
-        { "TEMP", { 1, 1, 0, 0 } },
-        { "TMP", { 1, 1, 0, 0 } },
         { "USERPROFILE", { 1, 1, 0, 0 } }
     };
 




More information about the wine-cvs mailing list