1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-06-22 03:29:02 +02:00

Set TEST_DIRECTORY

Set TEST_DIRECTORY to the main git test area.  This allows the
git-subtree out-of-tree tests to run correctly.

Signed-off-by: David A. Greene <greened@obbligato.org>
This commit is contained in:
David A. Greene 2012-03-20 18:11:49 -05:00
parent 634392b262
commit 603ee0f0c3

View File

@ -8,7 +8,9 @@ This test verifies the basic operation of the merge, pull, add
and split subcommands of git subtree.
'
. ./test-lib.sh
export TEST_DIRECTORY=$(pwd)/../../../t
. ../../../t/test-lib.sh
create()
{
@ -30,7 +32,7 @@ check_equal()
}
fixnl()
{
{
t=""
while read x; do
t="$t$x "