Skip to content

testsuite: Prevent T16318 from picking up .ghci

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

Previously this test did nothing to prevent GHC from reading .ghci due to the -e arguments. Consequently it could fail due to multiple reloadings of DynFlags while evaluating .ghci.

Merge request reports