JuliaLang / Pkg.jl

Pkg - Package manager for the Julia programming language
https://pkgdocs.julialang.org
Other
610 stars 251 forks source link

Fix incorrect use of `setenv` in Artifact tests #3819

Closed IanButterworth closed 4 months ago

IanButterworth commented 4 months ago

This was breaking mktemp & mktempdir in the subprocess because it meant the TMPDIR env var wasn't set.