Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
fast-import: Support reusing 'from' and brown paper bag fix reset.
[gitweb.git]
/
t
/
t9104-git-svn-follow-parent.sh
diff --git
a/t/t9104-git-svn-follow-parent.sh
b/t/t9104-git-svn-follow-parent.sh
index 400c21cd49b6307eeef6d4d25cb34e612b1d0a71..8d2e2fec395a328f4bf6a65af3c7eba5a98cc133 100755
(executable)
--- a/
t/t9104-git-svn-follow-parent.sh
+++ b/
t/t9104-git-svn-follow-parent.sh
@@
-17,6
+17,7
@@
test_expect_success 'initialize repo' "
cd wc &&
echo world >> trunk/readme &&
svn commit -m 'another commit' &&
+ svn up &&
svn mv -m 'rename to thunk' trunk thunk &&
svn up &&
echo goodbye >> thunk/readme &&