aboutsummaryrefslogtreecommitdiffstats
path: root/community/julia/test-libgit2-skip-SSL_CERT_FILE.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/julia/test-libgit2-skip-SSL_CERT_FILE.patch')
-rw-r--r--community/julia/test-libgit2-skip-SSL_CERT_FILE.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/community/julia/test-libgit2-skip-SSL_CERT_FILE.patch b/community/julia/test-libgit2-skip-SSL_CERT_FILE.patch
deleted file mode 100644
index 60e0404e0f..0000000000
--- a/community/julia/test-libgit2-skip-SSL_CERT_FILE.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-This test fails and I have no clue why. It seems that SSL_CERT_FILE is ignored.
-
-Hostname verification: Test Failed
- Expression: err.code == LibGit2.Error.ERROR
- Evaluated: ECERTIFICATE::Base.LibGit2.Error.Code = -17 == ERROR::Base.LibGit2.Error.Code = -1
-Stacktrace:
- [1] (::Test98Main_libgit2.##54#103{String,Cmd})() at test/libgit2.jl:1697
- [2] withenv(::Test98Main_libgit2.##54#103{String,Cmd}, ::Pair{String,String}, ::Vararg{Pair{String,String},N} where N) at ./env.jl:157
- [3] (::Test98Main_libgit2.##51#100)(::String) at test/libgit2.jl:1692
- [4] mktempdir(::Test98Main_libgit2.##51#100, ::String) at ./file.jl:392
- [5] macro expansion at test/libgit2.jl:1647 [inlined]
- [6] macro expansion at ./test.jl:860 [inlined]
- [7] (::Test98Main_libgit2.##7#56)(::String) at test/libgit2.jl:1606
-
---- a/test/libgit2.jl
-+++ b/test/libgit2.jl
-@@ -1696,8 +1696,8 @@
- err = open(errfile, "r") do f
- deserialize(f)
- end
-- @test err.code == LibGit2.Error.ERROR
-- @test err.msg == "Invalid Content-Type: text/plain"
-+ @test_skip err.code == LibGit2.Error.ERROR
-+ @test_skip err.msg == "Invalid Content-Type: text/plain"
- end
- finally
- kill(pobj)