t5550-http-fetch: Use subshell for repository operations
commitd761b2ac0e42416f7fb7752d6ac6cc02c26ea14f
authorShawn O. Pearce <spearce@spearce.org>
Sat, 17 Apr 2010 20:07:35 +0000 (17 13:07 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sat, 17 Apr 2010 20:55:45 +0000 (17 13:55 -0700)
tree13a9e88f3cce310c4ccca4f6e455572abad351cb
parent03b6aeb27443f117a3d8375f01bc38baeeff65a5
t5550-http-fetch: Use subshell for repository operations

Change into the server repository's directory using a subshell,
so we can return back to the top of the trash directory before
doing anything more in the test script.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t5550-http-fetch.sh