Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'np/maint-sideband-favor-status'
[gitweb.git]
/
t
/
t9116-git-svn-log.sh
diff --git
a/t/t9116-git-svn-log.sh
b/t/t9116-git-svn-log.sh
index fd6d1d20463f2a4de1bd8ed739c0e977921e037c..0374a7476bcc5b254aa1464d468434ae3205f114 100755
(executable)
--- a/
t/t9116-git-svn-log.sh
+++ b/
t/t9116-git-svn-log.sh
@@
-14,7
+14,7
@@
test_expect_success 'setup repository and import' '
mkdir -p $i && \
echo hello >> $i/README || exit 1
done && \
- svn import -m test . "$svnrepo"
+ svn
_cmd
import -m test . "$svnrepo"
cd .. &&
git svn init "$svnrepo" -T trunk -b branches -t tags &&
git svn fetch &&