aboutsummaryrefslogtreecommitdiffstats
path: root/community/julia/fix-or-disable-broken-tests.patch
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2018-02-09 22:00:13 +0100
committerJakub Jirutka <jakub@jirutka.cz>2018-02-10 14:21:24 +0100
commit92fac902420a3f17bc75c39f10f72b78b8fb8bbb (patch)
tree2065342cb78b56d58b5219cd8ad48d84d5e2d024 /community/julia/fix-or-disable-broken-tests.patch
parent67223a28867346a9c2f27916410b0da7e61819cf (diff)
downloadaports-92fac902420a3f17bc75c39f10f72b78b8fb8bbb.tar.bz2
aports-92fac902420a3f17bc75c39f10f72b78b8fb8bbb.tar.xz
community/julia: upgrade to 0.6.2
Diffstat (limited to 'community/julia/fix-or-disable-broken-tests.patch')
-rw-r--r--community/julia/fix-or-disable-broken-tests.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/julia/fix-or-disable-broken-tests.patch b/community/julia/fix-or-disable-broken-tests.patch
index be82b33d29..51d5311044 100644
--- a/community/julia/fix-or-disable-broken-tests.patch
+++ b/community/julia/fix-or-disable-broken-tests.patch
@@ -11,7 +11,7 @@ test/read.jl: ditto.
--- a/test/spawn.jl
+++ b/test/spawn.jl
-@@ -428,7 +428,7 @@
+@@ -439,7 +439,7 @@
end
catch ex
isa(ex, Base.UVError) || rethrow(ex)
@@ -68,7 +68,7 @@ test/read.jl: ditto.
# test that chown doesn't cause any errors for Windows
--- a/test/read.jl
+++ b/test/read.jl
-@@ -462,8 +462,8 @@
+@@ -466,8 +466,8 @@
@test eof(f1)
@test_throws Base.UVError eof(f2)
if get(ENV, "USER", "") != "root" && get(ENV, "HOME", "") != "/root"