t9350: fix careless use of "cd"
commit4c367c6ae978ef18477fba6b00458c32f1d49d0d
authorJunio C Hamano <gitster@pobox.com>
Mon, 29 Mar 2010 00:42:11 +0000 (28 17:42 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 29 Mar 2010 00:42:11 +0000 (28 17:42 -0700)
treeed8209c9c906a0149ddf49a9168d7d0ffb301b8a
parent42accaec0174f80c81681c4a6f896ca452ba3f76
t9350: fix careless use of "cd"

Upon failure of any of these tests (or when a test that is marked as
expecting a failure is fixed), we will end up running later tests in
random places.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t9350-fast-export.sh