t5510: do not leave changed cwd
authorMichael J Gruber <git@drmicha.warpmail.net>
Fri, 4 Mar 2016 10:53:50 +0000 (11:53 +0100)
committerJunio C Hamano <gitster@pobox.com>
Fri, 4 Mar 2016 18:22:55 +0000 (10:22 -0800)
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>
No differences found