Skip to content

Commit

Permalink
slight cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengj committed Apr 6, 2021
1 parent 67e73eb commit a369d4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/spawn.jl
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@ mktempdir() do dir
chmod(bar_path, 0o777)
cd(dir) do
p = Sys.which(joinpath("bin1", "bar"))
@test p == joinpath(abspath("bin1"), basename(bar_path))
@test p == abspath("bin1", basename(bar_path))
@test Base.samefile(p, bar_path)
end
end
Expand Down

0 comments on commit a369d4e

Please sign in to comment.