Skip tests that rely on back slashes as part separator on Linux
Fixes #191
This commit is contained in:
parent
f468d6789f
commit
6f5b20660e
|
|
@ -34,7 +34,7 @@ namespace Microsoft.AspNet.Diagnostics
|
||||||
"TestFiles/SourceFile.txt"
|
"TestFiles/SourceFile.txt"
|
||||||
};
|
};
|
||||||
|
|
||||||
if (!TestPlatformHelper.IsMono)
|
if (!TestPlatformHelper.IsLinux)
|
||||||
{
|
{
|
||||||
data.Add(@"TestFiles\SourceFile.txt");
|
data.Add(@"TestFiles\SourceFile.txt");
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue