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

Skip to content

Conversation

nalimilan
Copy link
Member

@nalimilan nalimilan commented Jul 9, 2017

The first letter of the error message is in lowercase in some systems,
notably Fedora Rawhide with libgit2 0.26 and OpenSSL 1.1.0f.

Introduced in #22614.

The first letter of the error message is in lowercase in some systems,
notably Fedora Rawhide with libgit2 0.26 and OpenSSL 1.1.0f.
@nalimilan nalimilan requested a review from omus July 9, 2017 16:18
@ararslan ararslan added libgit2 The libgit2 library or the LibGit2 stdlib module test This change adds or pertains to unit tests labels Jul 9, 2017
@tkelman tkelman merged commit 782460f into master Jul 11, 2017
@tkelman tkelman deleted the nl/cert branch July 11, 2017 08:02
@@ -1905,7 +1905,8 @@ mktempdir() do dir
deserialize(f)
end
@test err.code == LibGit2.Error.ECERTIFICATE
@test startswith(err.msg, "The SSL certificate is invalid")
@test startswith(lowercase(err.msg),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if libgit2 has changed case convention in their error messages and this wasn't showing up with mbedtls then I guess we should find where in libgit2/libgit2#4173 this error is happening and leave a comment that it should be made consistent

jeffwong pushed a commit to jeffwong/julia that referenced this pull request Jul 24, 2017
…2722)

The first letter of the error message is in lowercase in some systems,
notably Fedora Rawhide with libgit2 0.26 and OpenSSL 1.1.0f.
@omus omus mentioned this pull request Nov 21, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
libgit2 The libgit2 library or the LibGit2 stdlib module test This change adds or pertains to unit tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants