Skip to content

Commit 2ae7d48

Browse files
committed
update zlib.cabal location
The upstream zlib package was recently reorganized in a way that caused our git fetch test to fail. Update it to match.
1 parent 0863c2b commit 2ae7d48

File tree

1 file changed

+1
-1
lines changed
  • cabal-install/tests/UnitTests/Distribution/Client

1 file changed

+1
-1
lines changed

cabal-install/tests/UnitTests/Distribution/Client/Get.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ testNetworkGitClone =
216216
Nothing
217217
[]
218218
[(mkpkgid "zlib1", [repo1])]
219-
assertFileContains (tmpdir </> "zlib1/zlib.cabal") ["name:", "zlib"]
219+
assertFileContains (tmpdir </> "zlib1/zlib/zlib.cabal") ["name:", "zlib"]
220220

221221
let repo2 =
222222
(emptySourceRepo RepoHead)

0 commit comments

Comments
 (0)