From 1d3c7fe8fd59451e77e66e9c63e005713dfd1406 Mon Sep 17 00:00:00 2001 From: Jeff Bezanson <jeff.bezanson@gmail.com> Date: Mon, 2 Oct 2017 02:27:25 -0400 Subject: [PATCH] fix path in SharedArray test (#23944) --- stdlib/SharedArrays/test/runtests.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stdlib/SharedArrays/test/runtests.jl b/stdlib/SharedArrays/test/runtests.jl index fdd401880cd31..249e0cdc1500d 100644 --- a/stdlib/SharedArrays/test/runtests.jl +++ b/stdlib/SharedArrays/test/runtests.jl @@ -1,5 +1,5 @@ using Test, SharedArrays -include("../../../../test/testenv.jl") +include(joinpath(JULIA_HOME, "..", "share", "julia", "test", "testenv.jl")) # Test a few "remote" invocations when no workers are present @test remote(myid)() == 1