t5520: use sq for test case names
commit53c62b9810b5318ad33aa263461568f12d8db1dd
authorDenton Liu <liu.denton@gmail.com>
Tue, 12 Nov 2019 23:07:50 +0000 (12 15:07 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 21 Nov 2019 00:41:51 +0000 (21 09:41 +0900)
tree3011c436e718c42817b3aebaf1a638650d9e3dcf
parente8d1eaf9b4b8cec4928962084d07147e0161a88e
t5520: use sq for test case names

The usual convention is for test case names to be written between
single-quotes. Change all double-quoted test case names to single-quotes
except for two test case names that use variables within.

Signed-off-by: Denton Liu <liu.denton@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t5520-pull.sh