Browse Source

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>
maint
Jakub Narebski 17 years ago committed by Junio C Hamano
parent
commit
9adefee5b5
  1. 2
      t/test-lib.sh

2
t/test-lib.sh

@ -386,7 +386,7 @@ test_done () { @@ -386,7 +386,7 @@ test_done () {
}

# 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
GIT_EXEC_PATH=$(pwd)/..
GIT_TEMPLATE_DIR=$(pwd)/../templates/blt

Loading…
Cancel
Save