Skip to content

Commit

Permalink
Merge pull request #9915 from geekosaur/zlib-upstream
Browse files Browse the repository at this point in the history
update zlib.cabal location
  • Loading branch information
mergify[bot] committed Apr 22, 2024
2 parents 0863c2b + 2ad9d63 commit 959d72b
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 959d72b

Please sign in to comment.