tests: use "$TEST_DIRECTORY" instead of ".."
commiteaf0551d56b4fd3a97c8d0f5ded1ea6e891f9005
authorJeff King <peff@peff.net>
Sun, 9 Aug 2009 08:37:52 +0000 (9 04:37 -0400)
committerJunio C Hamano <gitster@pobox.com>
Sun, 9 Aug 2009 17:48:39 +0000 (9 10:48 -0700)
treefaeef5892e8554b8865fef3a19f1155633c52083
parentd82e75e86c8d1555aaa6415034aff215633fe7f2
tests: use "$TEST_DIRECTORY" instead of ".."

The $TEST_DIRECTORY variable allows tests to find the
top-level test directory regardless of the current working
directory.

In the past, this has been used to accomodate tests which
change directories, but it is also the first step to being
able to move trash directories outside of the
$TEST_DIRECTORY hierarchy.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3404-rebase-interactive.sh
t/t3411-rebase-preserve-around-merges.sh
t/t3414-rebase-preserve-onto.sh
t/t4020-diff-external.sh