t/Makefile: don't define TEST_RESULTS_DIRECTORY recursively
commitb3e0c4ed07e9f76e501c67c3677776e4f257d274
authorJohn Keeping <john@keeping.me.uk>
Mon, 6 May 2013 12:35:46 +0000 (6 13:35 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 6 May 2013 15:20:28 +0000 (6 08:20 -0700)
treeaebb0cc0ee89486d89c39abce852d4333e824b06
parent2d14e13c56a407eea6084ff2d5713a8d23d337f5
t/Makefile: don't define TEST_RESULTS_DIRECTORY recursively

Commit 54bb901 (t/Makefile: fix result handling with
TEST_OUTPUT_DIRECTORY - 2013-04-26) incorrectly defined
TEST_RESULTS_DIRECTORY relative to itself, when it should be relative to
TEST_OUTPUT_DIRECTORY.  Fix this.

Signed-off-by: John Keeping <john@keeping.me.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/Makefile