We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6996c18 commit a7254caCopy full SHA for a7254ca
test/repl.jl
@@ -255,8 +255,8 @@ temp_pkg_dir() do project_path
255
@test Base.ACTIVE_PROJECT[] === nothing
256
# expansion of ~
257
if !Sys.iswindows()
258
- pkg"activate ~/Foo"
259
- @test Base.active_project() == joinpath(homedir(), "Foo", "Project.toml")
+ pkg"activate ~/Foo_lzTkPF6N"
+ @test Base.active_project() == joinpath(homedir(), "Foo_lzTkPF6N", "Project.toml")
260
end
261
262
0 commit comments