darn... git 1.7+ puts out different messages on clone...
This commit is contained in:
parent
bdb7cd6903
commit
e9787b03f8
7 changed files with 17 additions and 17 deletions
|
@ -37,7 +37,7 @@ do
|
|||
name "push"
|
||||
cd ~/td
|
||||
runlocal git clone u2:foo/u1/bar u2bar
|
||||
expect "Initialized empty Git repository in /home/tester/td/u2bar/.git/"
|
||||
expect "Cloning into u2bar..."
|
||||
cd u2bar
|
||||
mdc u2file1
|
||||
runlocal git push
|
||||
|
@ -66,7 +66,7 @@ do
|
|||
|
||||
cd ~/td
|
||||
runlocal git clone u1:foo/u1/bar
|
||||
expect "Initialized empty Git repository in /home/gitolite-test/repositories/foo/u1/bar.git/"
|
||||
expect "Cloning into bar..."
|
||||
|
||||
cd bar
|
||||
mdc u1file1
|
||||
|
@ -83,7 +83,7 @@ do
|
|||
name "push"
|
||||
cd ~/td
|
||||
runlocal git clone u2:foo/u1/bar u2bar
|
||||
expect "Initialized empty Git repository in /home/tester/td/u2bar/.git/"
|
||||
expect "Cloning into u2bar..."
|
||||
cd u2bar
|
||||
mdc u2file1
|
||||
runlocal git push
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue