summaryrefslogtreecommitdiff
path: root/t/test-lib.sh
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2014-01-10 10:33:34 -0800
committerJunio C Hamano <gitster@pobox.com>2014-01-10 10:33:34 -0800
commitf0f493ec58489c739839e8d257a04159889639c6 (patch)
tree90075c9d900686b3a75e99c592b7099aa5f0bba5 /t/test-lib.sh
parentd5d1678b9c675a97b3ec3aaf843d02b1cf536c74 (diff)
parent738a8beac42d5e2c6b882f997b7fc6577363c544 (diff)
downloadgit-f0f493ec58489c739839e8d257a04159889639c6.tar.gz
Merge branch 'jk/test-framework-updates'
The basic test used to leave unnecessary trash directories in the t/ directory. * jk/test-framework-updates: t0000: drop "known breakage" test t0000: simplify HARNESS_ACTIVE hack t0000: set TEST_OUTPUT_DIRECTORY for sub-tests
Diffstat (limited to 't/test-lib.sh')
-rw-r--r--t/test-lib.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/t/test-lib.sh b/t/test-lib.sh
index 1cf78d5b11..1531c241c0 100644
--- a/t/test-lib.sh
+++ b/t/test-lib.sh
@@ -481,8 +481,6 @@ test_at_end_hook_ () {
test_done () {
GIT_EXIT_OK=t
- # Note: t0000 relies on $HARNESS_ACTIVE disabling the .counts
- # output file
if test -z "$HARNESS_ACTIVE"
then
test_results_dir="$TEST_OUTPUT_DIRECTORY/test-results"