t/test-lib.sh: drop "$test" variable
commit002d4ce8aa40644698721d59691d38f1df702f4b
authorJeff King <peff@peff.net>
Sun, 14 Apr 2013 19:38:21 +0000 (14 15:38 -0400)
committerJunio C Hamano <gitster@pobox.com>
Mon, 15 Apr 2013 06:30:57 +0000 (14 23:30 -0700)
tree85976b4fab6eaa2c07461dee355c040a979bfee2
parent38b074de80759c95fec20b0dbc30614caccdfd24
t/test-lib.sh: drop "$test" variable

The $test variable is used as an interim buffer for
constructing $TRASH_DIRECTORY, and is almost compatible with
it (the exception being that $test has not been converted to
an absolute path). Let's get rid of it entirely so that
later code does not accidentally use it, thinking the two
are interchangeable.

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