Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Feb 3, 2023. It is now read-only.

Commit 3091772

Browse files
committed
Enable now passing test assertions
1 parent bca2f0e commit 3091772

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

LibGit2Sharp.Tests/BlobFixture.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,6 @@ public void CanTellIfTheBlobContentLooksLikeBinary()
219219
private static void SkipIfNotSupported(string autocrlf)
220220
{
221221
InconclusiveIf(() => autocrlf == "true" && IsRunningOnLinux(), "Non-Windows does not support core.autocrlf = true");
222-
InconclusiveIf(() => autocrlf == "input" && !IsRunningOnLinux(), "Windows does not support core.autocrlf = input");
223222
}
224223
}
225224
}

0 commit comments

Comments
 (0)