From efa195d5b3ab69b419d16b1882e8e1c0537186f5 Mon Sep 17 00:00:00 2001 From: Mehul Jain Date: Sat, 2 Apr 2016 23:28:26 +0530 Subject: t5520: use consistent capitalization in test titles Signed-off-by: Mehul Jain Reviewed-by: Eric Sunshine Signed-off-by: Junio C Hamano --- t/t5520-pull.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 't/t5520-pull.sh') diff --git a/t/t5520-pull.sh b/t/t5520-pull.sh index 745e59ecf5..5be39df50a 100755 --- a/t/t5520-pull.sh +++ b/t/t5520-pull.sh @@ -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 && -- cgit v1.2.3