diff options
author | Junio C Hamano <gitster@pobox.com> | 2021-07-08 13:14:59 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-07-08 13:14:59 -0700 |
commit | a515f26eac9f581bf5acc389ac881a6a56bc6ef8 (patch) | |
tree | 12dc631c07683fdf8bb0fe89545e0b55ef996ff2 /t | |
parent | Merge branch 'jk/revision-squelch-gcc-warning' (diff) | |
parent | *: fix typos which duplicate a word (diff) | |
download | tgif-a515f26eac9f581bf5acc389ac881a6a56bc6ef8.tar.xz |
Merge branch 'ar/typofix'
Typofixes.
* ar/typofix:
*: fix typos which duplicate a word
Diffstat (limited to 't')
-rwxr-xr-x | t/t5505-remote.sh | 2 | ||||
-rwxr-xr-x | t/t9100-git-svn-basic.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/t/t5505-remote.sh b/t/t5505-remote.sh index c7b392794b..e6e3c8f552 100755 --- a/t/t5505-remote.sh +++ b/t/t5505-remote.sh @@ -182,7 +182,7 @@ test_expect_success 'rename errors out early when deleting non-existent branch' ) ' -test_expect_success 'rename errors out early when when new name is invalid' ' +test_expect_success 'rename errors out early when new name is invalid' ' test_config remote.foo.vcs bar && echo "fatal: '\''invalid...name'\'' is not a valid remote name" >expect && test_must_fail git remote rename foo invalid...name 2>actual && diff --git a/t/t9100-git-svn-basic.sh b/t/t9100-git-svn-basic.sh index d5563ec35f..fea41b3c36 100755 --- a/t/t9100-git-svn-basic.sh +++ b/t/t9100-git-svn-basic.sh @@ -322,7 +322,7 @@ test_expect_success 'git-svn works in a bare repository' ' git svn fetch ) && rm -rf bare-repo ' -test_expect_success 'git-svn works in in a repository with a gitdir: link' ' +test_expect_success 'git-svn works in a repository with a gitdir: link' ' mkdir worktree gitdir && ( cd worktree && git svn init "$svnrepo" && |