Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Mellino <erme@microsoft.com>2017-02-08 01:52:18 +0300
committerGitHub <noreply@github.com>2017-02-08 01:52:18 +0300
commit7fd6e876d7cc9e36f7bf77ac6f427365a21303e9 (patch)
tree9611101a96c0e2251e2724aeba1526fc9a1e37ca /src/System.Runtime.Extensions/tests
parent0b3afbd6f75f607c84b59960f4c296c2c7e509b4 (diff)
parent614b3bd9559a6ca1cea4dea0d345fe4c181f731a (diff)
Merge pull request #15928 from dennisdietrich/Issue15891
Fixed cross-process tests
Diffstat (limited to 'src/System.Runtime.Extensions/tests')
-rw-r--r--src/System.Runtime.Extensions/tests/System/UnloadingAndProcessExitTests.netcoreapp.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/System.Runtime.Extensions/tests/System/UnloadingAndProcessExitTests.netcoreapp.cs b/src/System.Runtime.Extensions/tests/System/UnloadingAndProcessExitTests.netcoreapp.cs
index 49b10b0fe3..86e9a59ceb 100644
--- a/src/System.Runtime.Extensions/tests/System/UnloadingAndProcessExitTests.netcoreapp.cs
+++ b/src/System.Runtime.Extensions/tests/System/UnloadingAndProcessExitTests.netcoreapp.cs
@@ -27,7 +27,7 @@ namespace System.Tests
return SuccessExitCode;
};
- using (var remote = RemoteInvoke(otherProcess, fileName))
+ using (var remote = RemoteInvoke(otherProcess, $"\"{fileName}\""))
{
}