Skip to content

Commit

Permalink
Merge pull request #9916 from haskell/mergify/bp/3.12/pr-9915
Browse files Browse the repository at this point in the history
update zlib.cabal location (backport #9915)
  • Loading branch information
mergify[bot] authored Apr 23, 2024
2 parents fd82dbe + cb8dcc4 commit f687159
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cabal-install/tests/UnitTests/Distribution/Client/Get.hs
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ testNetworkGitClone =
Nothing
[]
[(mkpkgid "zlib1", [repo1])]
assertFileContains (tmpdir </> "zlib1/zlib.cabal") ["name:", "zlib"]
assertFileContains (tmpdir </> "zlib1/zlib/zlib.cabal") ["name:", "zlib"]

let repo2 =
(emptySourceRepo RepoHead)
Expand All @@ -229,7 +229,7 @@ testNetworkGitClone =
Nothing
[]
[(mkpkgid "zlib2", [repo2])]
assertFileContains (tmpdir </> "zlib2/zlib.cabal") ["name:", "zlib"]
assertFileContains (tmpdir </> "zlib2/zlib/zlib.cabal") ["name:", "zlib"]

let repo3 =
(emptySourceRepo RepoHead)
Expand Down

0 comments on commit f687159

Please sign in to comment.