1
0
mirror of https://github.com/git/git.git synced 2024-09-26 05:40:49 +02:00

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 committed by Junio C Hamano
parent f66398eb57
commit efa195d5b3

View File

@ -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 &&