darn... git 1.7+ puts out different messages on clone...

This commit is contained in:
Sitaram Chamarty 2010-07-16 11:25:31 +05:30
parent bdb7cd6903
commit e9787b03f8
7 changed files with 17 additions and 17 deletions

View file

@ -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