Skip to content
Snippets Groups Projects
Unverified Commit 959d72b2 authored by mergify[bot]'s avatar mergify[bot] Committed by GitHub
Browse files

Merge pull request #9915 from geekosaur/zlib-upstream

update zlib.cabal location
parents 0863c2b4 2ad9d63c
No related branches found
No related tags found
No related merge requests found
Pipeline #93575 passed
......@@ -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)
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment