t0003: do not chdir the whole test process
commitc4a7bce1b5d1ad18482a87cb80a6bddabb925f62
authorJunio C Hamano <gitster@pobox.com>
Thu, 6 Feb 2014 18:16:27 +0000 (6 10:16 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 6 Feb 2014 18:16:27 +0000 (6 10:16 -0800)
treea5db1058885949bf1354ad1284a4c42c5df8dfb5
parent15999998fbda60552742275570947431b57108ae
t0003: do not chdir the whole test process

Moving to some other directory and letting the remainder of the test
pieces to expect that they start there is a bad practice.  The test
that contains chdir itself may fail (or by mistake skipped via the
GIT_SKIP_TESTS mechanism) in which case the remainder may operate on
files in unexpected places.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t0003-attributes.sh