t6025: modernize style
commit70789843bd8f48a15e68619ca33c548969dc90b6
authorShourya Shukla <shouryashukla.oo@gmail.com>
Sat, 18 Jan 2020 08:33:25 +0000 (18 14:03 +0530)
committerJunio C Hamano <gitster@pobox.com>
Tue, 21 Jan 2020 20:41:21 +0000 (21 12:41 -0800)
treef04141debb1bf43fd95f16a5fe0367f62963f696
parent232378479ee6c66206d47a9be175e3a39682aea6
t6025: modernize style

The tests in `t6025-merge-symlinks.sh` were written a long time ago, and
has a lot of style violations, including the mixed-use of tabs and spaces,
missing indentations, and other shell script style violations. Update it to
match the CodingGuidelines.

Signed-off-by: Shourya Shukla <shouryashukla.oo@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t6025-merge-symlinks.sh