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

github.com/mono/libgit2sharp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@microsoft.com>2015-03-12 18:04:33 +0300
committernulltoken <emeric.fermas@gmail.com>2015-03-13 23:26:37 +0300
commit005869a26f61a181c637667b9f22c25d75747db6 (patch)
tree17e0216b635f973a62cc26e7bad16ac72e5fdbec /LibGit2Sharp.Tests/ShadowCopyFixture.cs
parentbc4897d84f8267faa18beae27c854e404f11367e (diff)
NativeMethods.IsRunningOnLinux -> IsRunningOnUnix
Diffstat (limited to 'LibGit2Sharp.Tests/ShadowCopyFixture.cs')
-rw-r--r--LibGit2Sharp.Tests/ShadowCopyFixture.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/LibGit2Sharp.Tests/ShadowCopyFixture.cs b/LibGit2Sharp.Tests/ShadowCopyFixture.cs
index 5eaf4dce..a2d2e062 100644
--- a/LibGit2Sharp.Tests/ShadowCopyFixture.cs
+++ b/LibGit2Sharp.Tests/ShadowCopyFixture.cs
@@ -62,7 +62,7 @@ namespace LibGit2Sharp.Tests
string cachedAssembliesPath = Path.Combine(setup.CachePath, setup.ApplicationName);
Assert.True(cachedAssemblyLocation.StartsWith(cachedAssembliesPath));
- if (!IsRunningOnLinux())
+ if (!IsRunningOnUnix())
{
// ...that this cache doesn't contain the `NativeBinaries` folder
string cachedAssemblyParentPath = Path.GetDirectoryName(cachedAssemblyLocation);