test-lib: avoid full path to store test results
commitdd78478fe115072df2cd0756eb1c59dd70d554da
authorFelipe Contreras <felipe.contreras@gmail.com>
Sun, 4 Nov 2012 02:13:33 +0000 (4 03:13 +0100)
committerJeff King <peff@peff.net>
Sun, 4 Nov 2012 13:35:20 +0000 (4 08:35 -0500)
treec310c8583b359330b0cd0600aac3d03fa33c45b9
parent7ee719e18074a47e41dd315fcf8ced777a71adbd
test-lib: avoid full path to store test results

No reason to use the full path in case this is used externally.

Otherwise we might get errors such as:

./test-lib.sh: line 394: /home/bob/dev/git/t/test-results//home/bob/dev/git/contrib/remote-hg/test-2894.counts: No such file or directory

Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Jeff King <peff@peff.net>
t/test-lib.sh