diff --git a/test/juliatests.jl b/test/juliatests.jl index a9ba3b190feb7..7993ec79ad45a 100644 --- a/test/juliatests.jl +++ b/test/juliatests.jl @@ -81,7 +81,7 @@ move_to_node1("Distributed") test = popfirst!(tests) local resp wrkr = p - fullpath = test_path(test*".jl") + fullpath = test_path(test) * ".jl" try resp = remotecall_fetch(dotest, p, test, fullpath, nstmts) catch e