Skip to content

testsuite: Ensure that GHC doesn't pick up environment files

Ben Gamari requested to merge wip/T21365 into master

Here we set GHC_ENVIRONMENT="-" to ensure that GHC invocations of tests don't pick up a user's local package environment.

Fixes #21365 (closed).

Merge request reports