Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
write_in_full: really write in full or return error on disk full.
[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 8d2e2fec395a328f4bf6a65af3c7eba5a98cc133..400c21cd49b6307eeef6d4d25cb34e612b1d0a71 100755
(executable)
--- a/
t/t9104-git-svn-follow-parent.sh
+++ b/
t/t9104-git-svn-follow-parent.sh
@@
-17,7
+17,6
@@
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 &&