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>maint
parent
634392b262
commit
603ee0f0c3
|
@ -8,7 +8,9 @@ This test verifies the basic operation of the merge, pull, add
|
||||||
and split subcommands of git subtree.
|
and split subcommands of git subtree.
|
||||||
'
|
'
|
||||||
|
|
||||||
. ./test-lib.sh
|
export TEST_DIRECTORY=$(pwd)/../../../t
|
||||||
|
|
||||||
|
. ../../../t/test-lib.sh
|
||||||
|
|
||||||
create()
|
create()
|
||||||
{
|
{
|
||||||
|
@ -30,7 +32,7 @@ check_equal()
|
||||||
}
|
}
|
||||||
|
|
||||||
fixnl()
|
fixnl()
|
||||||
{
|
{
|
||||||
t=""
|
t=""
|
||||||
while read x; do
|
while read x; do
|
||||||
t="$t$x "
|
t="$t$x "
|
||||||
|
|
Loading…
Reference in New Issue