t5520: style fixes
commit55691133291560eacaf03003528e007a3534213d
authorJunio C Hamano <gitster@pobox.com>
Thu, 23 Apr 2015 20:29:14 +0000 (23 13:29 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 29 Apr 2015 20:17:52 +0000 (29 13:17 -0700)
treeb2f581205c2fdff5f894643a9910b260e545832a
parent00c7e7e7e8a2aa07b2cd3a09c8f9e11872727d86
t5520: style fixes

Fix style funnies in early part of this test script that checks "git
pull" into an unborn branch.  The primary change is that 'chdir' to
a newly created empty test repository is now protected by being done
in a subshell to make it more robust without having to chdir back to
the original place.

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