t9700: use "git config" without dash
[gitweb.git] / t / t9124-git-svn-dcommit-auto-props.sh
index 31193a382a728d39fbfd264593e22eb3fd2a27e1..0d7e7b2cf11f383b6b68f369fea2ddef4ae91ad7 100755 (executable)
@@ -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
 
@@ -24,8 +24,8 @@ test_expect_success 'initialize git-svn' '
                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' '