aboutsummaryrefslogtreecommitdiffstats
path: root/community/julia/fix-or-disable-broken-tests.patch
diff options
context:
space:
mode:
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"