From 243ef3763a7a93f1ab783afbc847f7783f539f4c Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Thu, 19 Oct 2017 02:50:32 +0200 Subject: Revert "community/julia: upgrade to 0.6.0" This reverts commit 89182e0a43c4e4beac1bb5d9f87d267bc62eed6a. Sorry, I somehow messed up merging... --- .../julia/test-libgit2-skip-SSL_CERT_FILE.patch | 27 ---------------------- 1 file changed, 27 deletions(-) delete mode 100644 community/julia/test-libgit2-skip-SSL_CERT_FILE.patch (limited to 'community/julia/test-libgit2-skip-SSL_CERT_FILE.patch') 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 51457abe9d..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 -@@ -1694,8 +1694,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) -- cgit v1.2.3