X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft9124-git-svn-dcommit-auto-props.sh;h=263dbf5fc276ffa052096810f59565a851245b7f;hb=494202524f76ac0385ae483abf970c4c9c692a77;hp=31193a382a728d39fbfd264593e22eb3fd2a27e1;hpb=11bd3ddb913afd9665e7e822ea54be4fc8d2d5ea;p=git.git diff --git a/t/t9124-git-svn-dcommit-auto-props.sh b/t/t9124-git-svn-dcommit-auto-props.sh index 31193a382..263dbf5fc 100755 --- a/t/t9124-git-svn-dcommit-auto-props.sh +++ b/t/t9124-git-svn-dcommit-auto-props.sh @@ -2,7 +2,7 @@ # # Copyright (c) 2008 Brad King -test_description='git-svn dcommit honors auto-props' +test_description='git svn dcommit honors auto-props' . ./lib-git-svn.sh @@ -16,16 +16,16 @@ enable-auto-props=$1 EOF } -test_expect_success 'initialize git-svn' ' +test_expect_success 'initialize git svn' ' mkdir import && ( cd import && echo foo >foo && - svn import -m "import for git-svn" . "$svnrepo" + svn import -m "import for git svn" . "$svnrepo" ) && rm -rf import && - git-svn init "$svnrepo" - git-svn fetch + git svn init "$svnrepo" + git svn fetch ' test_expect_success 'enable auto-props config' '