Skip to content

Commit

Permalink
slight cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengj authored Apr 4, 2021
1 parent 907b419 commit 1060af1
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 1060af1

Please sign in to comment.