mirror of
https://github.com/git/git
synced 2024-10-30 14:03:28 +00:00
Use 'trash directory' thoroughly in t/test-lib.sh
...also in comments. Signed-off-by: Jakub Narebski <jnareb@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
7c1a9e7901
commit
9adefee5b5
1 changed files with 1 additions and 1 deletions
|
@ -386,7 +386,7 @@ test_done () {
|
||||||
}
|
}
|
||||||
|
|
||||||
# Test the binaries we have just built. The tests are kept in
|
# Test the binaries we have just built. The tests are kept in
|
||||||
# t/ subdirectory and are run in trash subdirectory.
|
# t/ subdirectory and are run in 'trash directory' subdirectory.
|
||||||
PATH=$(pwd)/..:$PATH
|
PATH=$(pwd)/..:$PATH
|
||||||
GIT_EXEC_PATH=$(pwd)/..
|
GIT_EXEC_PATH=$(pwd)/..
|
||||||
GIT_TEMPLATE_DIR=$(pwd)/../templates/blt
|
GIT_TEMPLATE_DIR=$(pwd)/../templates/blt
|
||||||
|
|
Loading…
Reference in a new issue