From f86699ad1ed9cbc92b328be6314ccc80481901fa Mon Sep 17 00:00:00 2001 From: Jeff Bezanson Date: Sat, 30 Sep 2017 19:36:27 -0400 Subject: [PATCH] fix path in SharedArray test --- 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