Skip to content
Snippets Groups Projects
Commit cb8dcc46 authored by Brandon S. Allbery's avatar Brandon S. Allbery Committed by Mergify
Browse files

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.

(cherry picked from commit 2ad9d63c)
parent fd82dbe7
No related branches found
No related tags found
No related merge requests found
......@@ -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