RepoWithASubmodule
getGitInfo
Cloning into '/tmp/with-submodule2290/1/2'...
fatal: transport 'file' not allowed
fatal: clone of '/tmp/with-submodule2290/2' into submodule path '/tmp/with-submodule2290/1/2' failed
it makes sensible git info for a both the parent and the child module [✘]
getGitRoot
Cloning into '/tmp/with-submodule2290/1/2'...
fatal: transport 'file' not allowed
fatal: clone of '/tmp/with-submodule2290/2' into submodule path '/tmp/with-submodule2290/1/2' failed
it gets the expected git root for a both the parent and the child module [✘]
...
Failures:
test/RepoWithASubmoduleSpec.hs:21:13:
1) RepoWithASubmodule.getGitInfo it makes sensible git info for a both the parent and the child module
uncaught exception: IOException of type OtherError
readCreateProcess: git "submodule" "add" "/tmp/with-submodule2290/2" "2" (exit 128): failed
To rerun use: --match "/RepoWithASubmodule/getGitInfo/it makes sensible git info for a both the parent and the child module/"
test/RepoWithASubmoduleSpec.hs:38:13:
2) RepoWithASubmodule.getGitRoot it gets the expected git root for a both the parent and the child module
uncaught exception: IOException of type OtherError
readCreateProcess: git "submodule" "add" "/tmp/with-submodule2290/2" "2" (exit 128): failed
To rerun use: --match "/RepoWithASubmodule/getGitRoot/it gets the expected git root for a both the parent and the child module/"
Upstream release notes: https://github.com/git/git/blob/master/Documentation/RelNotes/2.30.6.txt