t5510: do not leave changed cwd
commit816c19308b39d0f9f6d15e8320aa1d2ab148e3d2
authorMichael J Gruber <git@drmicha.warpmail.net>
Fri, 4 Mar 2016 10:53:50 +0000 (4 11:53 +0100)
committerJunio C Hamano <gitster@pobox.com>
Fri, 4 Mar 2016 18:22:55 +0000 (4 10:22 -0800)
tree1a0cc73976b8c718ffdcfb58e9266b145a515de4
parentd5621020c1e0edfa998cb5c5e80cdf47f36ffb1a
t5510: do not leave changed cwd

t5510 carefully keeps the cwd at the test root by using either subshells
or explicit cd'ing back to the root. Use a subshell for the last
subtest, too.

Signed-off-by: Michael J Gruber <git@drmicha.warpmail.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t5510-fetch.sh