Code

git-add -u paths... now works from subdirectory
[git.git] / t / t9100-git-svn-basic.sh
index eb628fe07543d07812525942cba11b8133f2e000..70c3669ee81f4c6d5dd6ce75e4c7c18e33e93553 100755 (executable)
@@ -229,7 +229,7 @@ test_expect_failure 'exit if init-ing a would clobber a URL' "
 
 test_expect_success \
   'init allows us to connect to another directory in the same repo' "
-        git-svn init -i bar $svnrepo/bar &&
+        git-svn init --minimize-url -i bar $svnrepo/bar &&
         git config --get svn-remote.svn.fetch \
                               '^bar:refs/remotes/bar$' &&
         git config --get svn-remote.svn.fetch \