summaryrefslogtreecommitdiff
path: root/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableW/test4/testinfo.dat
blob: ac3c4325e0bea6f48f0a9d8ca419c783d5288a47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
# See the LICENSE file in the project root for more information.

Version = 1.0
Section = Miscellaneous
Function = SetEnvironmentVariableW
Name = Return value test of SetEnvironmentVariableW
TYPE = DEFAULT
EXE1 = test4
Description
= Create environment variable and try to retreive
= the value of the variable by using a variable name
= that differs in case.  This should not affect the
= return value in the Windows Operating System.