diff options
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 } |