Skip to content

Commit a7254ca

Browse files
IanButterworthKristofferC
authored andcommitted
use less common home dir test project name
(cherry picked from commit 91af68a)
1 parent 6996c18 commit a7254ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/repl.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,8 +255,8 @@ temp_pkg_dir() do project_path
255255
@test Base.ACTIVE_PROJECT[] === nothing
256256
# expansion of ~
257257
if !Sys.iswindows()
258-
pkg"activate ~/Foo"
259-
@test Base.active_project() == joinpath(homedir(), "Foo", "Project.toml")
258+
pkg"activate ~/Foo_lzTkPF6N"
259+
@test Base.active_project() == joinpath(homedir(), "Foo_lzTkPF6N", "Project.toml")
260260
end
261261
end
262262
end

0 commit comments

Comments
 (0)