t1020: Get rid of 'cd "$HERE"' at the start of each test
commitfd3c32c9815441ebbc3d46a3ff4ef862b3a9688c
authorJens Lehmann <Jens.Lehmann@web.de>
Tue, 7 Sep 2010 10:29:20 +0000 (7 12:29 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 9 Sep 2010 23:03:11 +0000 (9 16:03 -0700)
tree569836a2ae369e6fa56e6e634c5458138c87d3bd
parenta814615a6a1722839c69dcc998ed4fae9da08310
t1020: Get rid of 'cd "$HERE"' at the start of each test

To achieve that, all cd commands which weren't inside a subshell had to
be put into a new one.

Signed-off-by: Jens Lehmann <Jens.Lehmann@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t1020-subdirectory.sh