Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'maint'
[gitweb.git]
/
t
/
t9103-git-svn-graft-branches.sh
diff --git
a/t/t9103-git-svn-graft-branches.sh
b/t/t9103-git-svn-graft-branches.sh
index b5f76770213a99f22a66441aebdc94fcd85070a7..183ae3b1c2f0511810c18418c109a2e1412fa8a8 100755
(executable)
--- a/
t/t9103-git-svn-graft-branches.sh
+++ b/
t/t9103-git-svn-graft-branches.sh
@@
-1,3
+1,4
@@
+#!/bin/sh
test_description='git-svn graft-branches'
. ./lib-git-svn.sh
@@
-15,6
+16,7
@@
test_expect_success 'initialize repo' "
svn co $svnrepo wc &&
cd wc &&
echo feedme >> branches/a/readme &&
+ poke branches/a/readme &&
svn commit -m hungry &&
cd trunk &&
svn merge -r3:4 $svnrepo/branches/a &&