Commit 950ad4ef authored by Alexandre Julliard's avatar Alexandre Julliard

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

parent 7cbe2854
...@@ -176,13 +176,13 @@ static void test_create_env(void) ...@@ -176,13 +176,13 @@ static void test_create_env(void)
}; };
static const struct profile_item common_post_nt4_vars[] = { static const struct profile_item common_post_nt4_vars[] = {
{ "ALLUSERSPROFILE", { 1, 1, 0, 0 } }, { "ALLUSERSPROFILE", { 1, 1, 0, 0 } },
{ "TEMP", { 1, 1, 0, 0 } },
{ "TMP", { 1, 1, 0, 0 } },
{ "CommonProgramFiles", { 1, 1, 1, 1 } }, { "CommonProgramFiles", { 1, 1, 1, 1 } },
{ "ProgramFiles", { 1, 1, 0, 0 } } { "ProgramFiles", { 1, 1, 0, 0 } }
}; };
static const struct profile_item htok_vars[] = { static const struct profile_item htok_vars[] = {
{ "PATH", { 1, 1, 0, 0 } }, { "PATH", { 1, 1, 0, 0 } },
{ "TEMP", { 1, 1, 0, 0 } },
{ "TMP", { 1, 1, 0, 0 } },
{ "USERPROFILE", { 1, 1, 0, 0 } } { "USERPROFILE", { 1, 1, 0, 0 } }
}; };
......
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