add tests for checking filename, working dir and validation of presence of environmental variables

This commit is contained in:
Krzysztof Wicher 2017-02-15 10:38:41 -08:00
parent 8ad8fe7e8e
commit 531b0136eb
6 changed files with 79 additions and 8 deletions

View file

@ -12,7 +12,7 @@ namespace Microsoft.DotNet.Tools.Test.Utilities
{
if (RuntimeEnvironment.OperatingSystemPlatform != Platform.Windows)
{
this.Skip = "This test requires windows to run";
this.Skip = "This test requires Windows to run";
}
}
}