Skip to content

Commit 959d72b

Browse files
authored
Merge pull request #9915 from geekosaur/zlib-upstream
update zlib.cabal location
2 parents 0863c2b + 2ad9d63 commit 959d72b

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
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)
@@ -229,7 +229,7 @@ testNetworkGitClone =
229229
Nothing
230230
[]
231231
[(mkpkgid "zlib2", [repo2])]
232-
assertFileContains (tmpdir </> "zlib2/zlib.cabal") ["name:", "zlib"]
232+
assertFileContains (tmpdir </> "zlib2/zlib/zlib.cabal") ["name:", "zlib"]
233233

234234
let repo3 =
235235
(emptySourceRepo RepoHead)

0 commit comments

Comments
 (0)