We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffffa57 commit 956691fCopy full SHA for 956691f
LibGit2Sharp.Tests/ShadowCopyFixture.cs
@@ -51,11 +51,6 @@ public void CanProbeForNativeBinariesFromAShadowCopiedAssembly()
51
52
// ...but are currently loaded from different locations...
53
string cachedAssemblyLocation = wrapper.AssemblyLocation;
54
- if (cachedAssemblyLocation.StartsWith("/private"))
55
- {
56
- // On OS X, sometimes you get /private/var/… instead of /var/…, but they map to the same place.
57
- cachedAssemblyLocation = cachedAssemblyLocation.Substring("/private".Length);
58
- }
59
Assert.NotEqual(sourceAssembly.Location, cachedAssemblyLocation);
60
61
// ...that the assembly in the other domain is stored in the shadow copy cache...
0 commit comments