Skip to content

Commit

Permalink
WIP: adapt tests to the fix.
Browse files Browse the repository at this point in the history
(WIP: will be squished to the fix commit.)
  • Loading branch information
bairyn committed Dec 9, 2022
1 parent cf42086 commit 6446120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cabal-install/tests/IntegrationTests2.hs
Original file line number Diff line number Diff line change
Expand Up @@ -1591,7 +1591,7 @@ testProgramOptionsLocal config0 = do
(Just [ghcFlag])
(getProgArgs localPackages "q")
assertEqual "p"
Nothing
(Just [ghcFlag])
(getProgArgs localPackages "p")
where
testdir = "regression/program-options"
Expand Down

0 comments on commit 6446120

Please sign in to comment.