diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-08-02 18:38:09 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-08-02 19:20:39 +0300 |
commit | 8cec6d8989787343941abbdef5870e1056928fab (patch) | |
tree | 46810023d09b861564684bf297aabf792be0831d /tests/rep-fetch-git-refname.testscript | |
parent | 0a9b30024ee486bb1631f75cbc559d0df1852e27 (diff) |
Fix failure to upgrade package from git repository when its submodule changed
Diffstat (limited to 'tests/rep-fetch-git-refname.testscript')
-rw-r--r-- | tests/rep-fetch-git-refname.testscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/rep-fetch-git-refname.testscript b/tests/rep-fetch-git-refname.testscript index 7bf52ee..f86cdcf 100644 --- a/tests/rep-fetch-git-refname.testscript +++ b/tests/rep-fetch-git-refname.testscript @@ -145,6 +145,7 @@ %fetching submodule 'doc/style' from .+style\.git% $warn1 %submodule path 'doc/style': checked out .+% + %submodule path 'doc/style/basic': checked out .+% %querying .+libbaz\.git%? %fetching submodule 'libbaz' from .+libbaz\.git% $warn2 |