t3404 & t7508: cd inside subshell instead of around
authorJens Lehmann <Jens.Lehmann@web.de>
Mon, 6 Sep 2010 18:41:06 +0000 (20:41 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 6 Sep 2010 21:27:35 +0000 (14:27 -0700)
Fixed all places where it was a straightforward change from cd'ing into a
directory and back via "cd .." to a cd inside a subshell.

Found these places with "git grep -w "cd \.\.".

Signed-off-by: Jens Lehmann <Jens.Lehmann@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found