Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
revert: fix off by one read when searching the end of a commit subject
[gitweb.git]
/
t
/
t9123-git-svn-rebuild-with-rewriteroot.sh
diff --git
a/t/t9123-git-svn-rebuild-with-rewriteroot.sh
b/t/t9123-git-svn-rebuild-with-rewriteroot.sh
index cf0415274c2d2abae7a6850818f4de8063cb61a7..045521615c64d1ae938524b0424e1e4260ca8c54 100755
(executable)
--- a/
t/t9123-git-svn-rebuild-with-rewriteroot.sh
+++ b/
t/t9123-git-svn-rebuild-with-rewriteroot.sh
@@
-10,7
+10,7
@@
test_description='git svn respects rewriteRoot during rebuild'
mkdir import
cd import
touch foo
- svn import -m 'import for git svn' . "$svnrepo" >/dev/null
+ svn
_cmd
import -m 'import for git svn' . "$svnrepo" >/dev/null
cd ..
rm -rf import