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
diff options
context:
space:
mode:
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>2010-07-02 18:59:43 +0400
committerJunio C Hamano <gitster@pobox.com>2010-07-05 22:23:31 +0400
commite1ca1c9d9be497aef8c195de9b3a5715fef54898 (patch)
treeb681e8969415b30a97baee0741c5bede906fd925
parent15eeb6e921a08f2565192701c6b1ee5f1cbe9753 (diff)
t/README: The trash is in 't/trash directory.$name'
There's a unique trash directory for each test, not a single directory as the previous documentation suggested. Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--t/README7
1 files changed, 4 insertions, 3 deletions
diff --git a/t/README b/t/README
index aa4ed280b3..cad6fde8e2 100644
--- a/t/README
+++ b/t/README
@@ -221,9 +221,10 @@ This test harness library does the following things:
- If the script is invoked with command line argument --help
(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 directory'
- if you must know, but I do not think you care.
+ - Creates an empty test directory with an empty .git/objects database
+ and chdir(2) into it. This directory is 't/trash
+ directory.$test_name_without_dotsh', with t/ subject to change by
+ the --root option documented above.
- Defines standard test helper functions for your scripts to
use. These functions are designed to make all scripts behave