summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9b777a1)
raw | patch | inline | side by side (parent: 9b777a1)
author | Thomas Rast <trast@student.ethz.ch> | |
Sun, 25 Jul 2010 14:55:46 +0000 (16:55 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 31 Aug 2010 19:11:06 +0000 (12:11 -0700) |
Introduce a new variable $GIT_BUILD_DIR which can be used to locate
data that resides under the build directory, and use that instead.
Signed-off-by: Thomas Rast <trast@student.ethz.ch>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
data that resides under the build directory, and use that instead.
Signed-off-by: Thomas Rast <trast@student.ethz.ch>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/test-lib.sh | patch | blob | history |
diff --git a/t/test-lib.sh b/t/test-lib.sh
index 46179988a393761afed8013c67533658bdda657b..9746ca408940bf54edc8ad99b4288e91c8535cad 100644 (file)
--- a/t/test-lib.sh
+++ b/t/test-lib.sh
PATH="$TEST_DIRECTORY/..:$PATH"
fi
fi
+GIT_BUILD_DIR=$(pwd)/..
GIT_TEMPLATE_DIR=$(pwd)/../templates/blt
unset GIT_CONFIG
GIT_CONFIG_NOSYSTEM=1