summaryrefslogtreecommitdiff
path: root/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableW/test2/testinfo.dat
blob: 4df82daadea011f47de257c72b19ded006010dc6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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 = test
Description
= Test to see that passing NULL to the first param fails.
= Test that passing NULL to both params fails.
= Set an environment variable, then pass NULL to the second param
= to delete it.  Then make the same call again, to check that it fails.