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 bca2f0e commit 3091772Copy full SHA for 3091772
LibGit2Sharp.Tests/BlobFixture.cs
@@ -219,7 +219,6 @@ public void CanTellIfTheBlobContentLooksLikeBinary()
219
private static void SkipIfNotSupported(string autocrlf)
220
{
221
InconclusiveIf(() => autocrlf == "true" && IsRunningOnLinux(), "Non-Windows does not support core.autocrlf = true");
222
- InconclusiveIf(() => autocrlf == "input" && !IsRunningOnLinux(), "Windows does not support core.autocrlf = input");
223
}
224
225
0 commit comments