From: Michael J Gruber Date: Fri, 4 Mar 2016 10:53:50 +0000 (+0100) Subject: t5510: do not leave changed cwd X-Git-Tag: v2.8.0-rc2~4^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/816c19308b39d0f9f6d15e8320aa1d2ab148e3d2?hp=816c19308b39d0f9f6d15e8320aa1d2ab148e3d2 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 Signed-off-by: Junio C Hamano ---