t5520: use consistent capitalization in test titles

Signed-off-by: Mehul Jain <mehul.jain2029@gmail.com>
Reviewed-by: Eric Sunshine <sunshine@sunshineco.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Mehul Jain 2016-04-02 23:28:26 +05:30 коммит произвёл Junio C Hamano
Родитель f66398eb57
Коммит efa195d5b3
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -267,7 +267,7 @@ test_expect_success 'pull --rebase --autostash & rebase.autostash=true' '
test "$(cat file)" = "modified again"
'
test_expect_success 'pull --rebase --autostash & rebase.autoStash=false' '
test_expect_success 'pull --rebase --autostash & rebase.autostash=false' '
test_config rebase.autostash false &&
git reset --hard before-rebase &&
echo dirty >new_file &&
@ -278,7 +278,7 @@ test_expect_success 'pull --rebase --autostash & rebase.autoStash=false' '
test "$(cat file)" = "modified again"
'
test_expect_success 'pull --rebase: --autostash & rebase.autoStash unset' '
test_expect_success 'pull --rebase: --autostash & rebase.autostash unset' '
git reset --hard before-rebase &&
echo dirty >new_file &&
git add new_file &&