diff options
Diffstat (limited to 'community/julia/test-disable-tests-using-fake_pty.patch')
-rw-r--r-- | community/julia/test-disable-tests-using-fake_pty.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/julia/test-disable-tests-using-fake_pty.patch b/community/julia/test-disable-tests-using-fake_pty.patch index a0ecd4aa35..e954e317fa 100644 --- a/community/julia/test-disable-tests-using-fake_pty.patch +++ b/community/julia/test-disable-tests-using-fake_pty.patch @@ -25,7 +25,7 @@ Error During Test nENV["TERM"] = "dumb" --- a/test/libgit2.jl +++ b/test/libgit2.jl -@@ -1268,7 +1268,7 @@ +@@ -1270,7 +1270,7 @@ # The following tests require that we can fake a TTY so that we can provide passwords # which use the `getpass` function. At the moment we can only fake this on UNIX based # systems. |