diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-02-22 15:02:15 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-02-22 17:27:41 +0300 |
commit | f619db022734dff6b988c514e3a292a5c7babaf0 (patch) | |
tree | 73ab481eeb0ed524168e00f89d55dc2d3a91b9bd /tests/rep-fetch-git-branch.test | |
parent | 6ec24eebcb42c0db205f9fff3f2716b84c6fcabf (diff) |
Invent repository_state() function
Diffstat (limited to 'tests/rep-fetch-git-branch.test')
-rw-r--r-- | tests/rep-fetch-git-branch.test | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/rep-fetch-git-branch.test b/tests/rep-fetch-git-branch.test index 86f5cb1..61699bb 100644 --- a/tests/rep-fetch-git-branch.test +++ b/tests/rep-fetch-git-branch.test @@ -39,7 +39,7 @@ warning: fetching over dumb HTTP, no progress will be shown' end; $* 2>>~"%EOE%" - %fetching git:.+libfoo% + %fetching git:.+libfoo#$branch% $warn1 %Cloning into '.+$branch'.+% %Submodule 'doc/style' .+ registered for path 'doc/style'% @@ -79,7 +79,7 @@ warning: fetching over dumb HTTP, no progress will be shown' end; $* 2>>~"%EOE%" - %fetching git:.+libfoo% + %fetching git:.+libfoo#$branch% $warn %Fetching in '.+$branch'.+% 1 package\(s\) in 1 repository\(s\) @@ -132,7 +132,7 @@ warning: fetching over dumb HTTP, no progress will be shown' end; $* 2>>~"%EOE%" 1>&2; - %fetching git:.+libfoo% + %fetching git:.+libfoo#$branch% $warn1 %Fetching in '.+$branch'.+% %warning: unable to rmdir '?libbar'?:.+% |