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-add.test | |
parent | 6ec24eebcb42c0db205f9fff3f2716b84c6fcabf (diff) |
Invent repository_state() function
Diffstat (limited to 'tests/rep-add.test')
-rw-r--r-- | tests/rep-add.test | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/rep-add.test b/tests/rep-add.test index a84f725..be72b51 100644 --- a/tests/rep-add.test +++ b/tests/rep-add.test @@ -66,14 +66,14 @@ : $clone_cfg; $* 'git://example.org/repo#master' 2>>EOE - added repository git:example.org/repo + added repository git:example.org/repo#master EOE : http-git : $clone_cfg; $* 'http://example.org/repo.git#master' 2>>EOE - added repository git:example.org/repo + added repository git:example.org/repo#master EOE : http-bpkg @@ -151,10 +151,10 @@ $clone_cfg; $* 'git://example.org/testing#master' 2>>~%EOE%; - %added repository git:example.org/testing% + %added repository git:example.org/testing#master% EOE $* 'git://www.example.org/testing#master' 2>>~%EOE% != 0 - %error: git:example.org/testing is already a repository of this configuration% + %error: git:example.org/testing#master is already a repository of this configuration% EOE } |