Skip to content

Commit 956691f

Browse files
committed
fixup! Sandbox test repositories in TMP
1 parent ffffa57 commit 956691f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

LibGit2Sharp.Tests/ShadowCopyFixture.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,6 @@ public void CanProbeForNativeBinariesFromAShadowCopiedAssembly()
5151

5252
// ...but are currently loaded from different locations...
5353
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-
}
5954
Assert.NotEqual(sourceAssembly.Location, cachedAssemblyLocation);
6055

6156
// ...that the assembly in the other domain is stored in the shadow copy cache...

0 commit comments

Comments
 (0)