t5613: do not chdir in main process
commit8f2ed2675358a6e6543f962f6e1b3ec0737e8079
authorJeff King <peff@peff.net>
Mon, 3 Oct 2016 20:34:08 +0000 (3 16:34 -0400)
committerJunio C Hamano <gitster@pobox.com>
Mon, 3 Oct 2016 21:25:43 +0000 (3 14:25 -0700)
tree0e672965601e20df25516178345dec43098b0c0e
parent128a348d049b9c793b89bde4d2ad57feef4e0f26
t5613: do not chdir in main process

Our usual style when working with subdirectories is to chdir
inside a subshell or to use "git -C", which means we do not
have to constantly return to the main test directory. Let's
convert this old test, which does not follow that style.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t5613-info-alternate.sh