t3600: modernize style
authorRohit Ashiwal <rohit.ashiwal265@gmail.com>
Mon, 4 Mar 2019 12:08:00 +0000 (17:38 +0530)
committerJunio C Hamano <gitster@pobox.com>
Fri, 8 Mar 2019 05:21:52 +0000 (14:21 +0900)
commitb5368c23c193fdbb634aaaf82f03f1a2eebe7641
tree59292130021d4f7cd2da23518f6a9411c11ca6a6
parent21d5ad911032efe99ad4c3c72a8c0b839e29d92c
t3600: modernize style

The tests in `t3600-rm.sh` were written long time ago, and has a lot
of style violations, including the mixed use of tabs and spaces, not
having the title and the opening quote of the body on the first line
of the tests, and other shell script style violations. Update it to
match the CodingGuidelines.

Signed-off-by: Rohit Ashiwal <rohit.ashiwal265@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3600-rm.sh