Code

enable textconv for diff in verbose status/commit
[git.git] / t / t9123-git-svn-rebuild-with-rewriteroot.sh
index ddb1a481f79c14b8d72140b71058c4ef30ab7f05..cf0415274c2d2abae7a6850818f4de8063cb61a7 100755 (executable)
@@ -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 import -m 'import for git svn' . "$svnrepo" >/dev/null
 cd ..
 rm -rf import