OSDN Git Service

Use 'trash directory' thoroughly in t/test-lib.sh
authorJakub Narebski <jnareb@gmail.com>
Sat, 14 Jun 2008 18:14:12 +0000 (20:14 +0200)
committerJunio C Hamano <gitster@pobox.com>
Sat, 14 Jun 2008 20:00:01 +0000 (13:00 -0700)
...also in comments.

Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/test-lib.sh

index e9c9081..c861141 100644 (file)
@@ -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