diff options
author | Nanako Shiraishi <nanako3@lavabit.com> | 2008-09-10 06:25:27 +0900 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-09-09 22:59:00 -0700 |
commit | f964732c0560743b666ad4e189a6b148dacf6923 (patch) | |
tree | f6291e958d4dcca660f1e91f998319a88e432495 /t/t9101-git-svn-props.sh | |
parent | 1f77354b024e2f449242f4c3b70111aa5ff608d5 (diff) | |
download | git-f964732c0560743b666ad4e189a6b148dacf6923.tar.gz git-f964732c0560743b666ad4e189a6b148dacf6923.tar.xz |
tests: use "git foo" without dash in strings
This changes "git-foo" to "git foo" when message strings in tests
name git subcommands.
Signed-off-by: Nanako Shiraishi <nanako3@lavabit.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t9101-git-svn-props.sh')
-rwxr-xr-x | t/t9101-git-svn-props.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/t/t9101-git-svn-props.sh b/t/t9101-git-svn-props.sh index 0d48b2619..7732dea39 100755 --- a/t/t9101-git-svn-props.sh +++ b/t/t9101-git-svn-props.sh @@ -48,7 +48,7 @@ EOF printf "\r\n" > empty_crlf a_empty_crlf=`git-hash-object -w empty_crlf` - svn import --no-auto-props -m 'import for git-svn' . "$svnrepo" >/dev/null + svn import --no-auto-props -m 'import for git svn' . "$svnrepo" >/dev/null cd .. rm -rf import @@ -66,7 +66,7 @@ test_expect_success 'setup some commits to svn' \ svn commit -m "Propset Id" && cd ..' -test_expect_success 'initialize git-svn' 'git svn init "$svnrepo"' +test_expect_success 'initialize git svn' 'git svn init "$svnrepo"' test_expect_success 'fetch revisions from svn' 'git svn fetch' name='test svn:keywords ignoring' |