Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/t/README
diff options
context:
space:
mode:
authorBrandon Casey <drafnel@gmail.com>2008-05-18 08:03:03 +0400
committerJunio C Hamano <gitster@pobox.com>2008-05-19 08:39:58 +0400
commit9231e3a953c0780846dacdcf3928f6658fa4fad0 (patch)
tree7ad91e22f15e6f1c83f1f4b04fa5e89016fab668 /t/README
parent2a028a0cabefed8efcf41499e330adfc20f433f8 (diff)
t/Makefile: "trash" directory was renamed recently
Signed-off-by: Brandon Casey <drafnel@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/README')
-rw-r--r--t/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/README b/t/README
index 73ed11bfe2..70841a4645 100644
--- a/t/README
+++ b/t/README
@@ -123,7 +123,7 @@ This test harness library does the following things:
(or -h), it shows the test_description and exits.
- Creates an empty test directory with an empty .git/objects
- database and chdir(2) into it. This directory is 't/trash'
+ database and chdir(2) into it. This directory is 't/trash directory'
if you must know, but I do not think you care.
- Defines standard test helper functions for your scripts to