aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Narebski <jnareb@gmail.com>2008-06-14 20:14:12 +0200
committerJunio C Hamano <gitster@pobox.com>2008-06-14 13:00:01 -0700
commit9adefee5b5811c57c30cf81804127b59b235538a (patch)
tree49bcb51b4fdcd9e3e94441cca5e092d1d12394e7
parent7c1a9e7901a0e75eab8c7fb34d17c09652d47f7f (diff)
downloadgit-9adefee5b5811c57c30cf81804127b59b235538a.tar.gz
git-9adefee5b5811c57c30cf81804127b59b235538a.tar.xz
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>
-rw-r--r--t/test-lib.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/test-lib.sh b/t/test-lib.sh
index e9c9081ed..c86114166 100644
--- a/t/test-lib.sh
+++ b/t/test-lib.sh
@@ -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