Skip to content

Draft: testsuite: Prevent T16318 from picking up package envs from home directory

Ben Gamari requested to merge wip/fix-T16318 into master

Previously this test did nothing to prevent the usual package environment search logic from finding package environments in $HOME/.ghc. Avoid this by explicitly passing -package-env - to ghc.

Edited by Ben Gamari

Merge request reports