Skip to content

Commit

Permalink
update zlib.cabal location
Browse files Browse the repository at this point in the history
The upstream zlib package was recently reorganized in a way that
caused our git fetch test to fail. Update it to match.
  • Loading branch information
geekosaur committed Apr 22, 2024
1 parent 0863c2b commit 2ad9d63
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 2ad9d63

Please sign in to comment.