summaryrefslogtreecommitdiff
path: root/t/test-lib.sh
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-03-01 00:38:47 (GMT)
committerJunio C Hamano <gitster@pobox.com>2023-03-01 00:38:47 (GMT)
commit4240e0f6c08ff0db4397895a543b80a6f239d2bd (patch)
treeac72d2893fb2ce5b7c0dfecfdfaa5d425b490d0d /t/test-lib.sh
parent8760a2b3c63478e8766b7ff45d798bd1be47f52d (diff)
parentc600a91c949a01548fbd8fbc70397b401f0a7747 (diff)
downloadgit-4240e0f6c08ff0db4397895a543b80a6f239d2bd.zip
git-4240e0f6c08ff0db4397895a543b80a6f239d2bd.tar.gz
git-4240e0f6c08ff0db4397895a543b80a6f239d2bd.tar.bz2
Merge branch 'ar/test-lib-remove-stale-comment'
Test library clean-up. * ar/test-lib-remove-stale-comment: test-lib: drop comment about test_description
Diffstat (limited to 't/test-lib.sh')
-rw-r--r--t/test-lib.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/t/test-lib.sh b/t/test-lib.sh
index d272cca..62136ca 100644
--- a/t/test-lib.sh
+++ b/t/test-lib.sh
@@ -645,12 +645,6 @@ u200c=$(printf '\342\200\214')
export _x05 _x35 LF u200c EMPTY_TREE EMPTY_BLOB ZERO_OID OID_REGEX
-# Each test should start with something like this, after copyright notices:
-#
-# test_description='Description of this test...
-# This test checks if command xyzzy does the right thing...
-# '
-# . ./test-lib.sh
test "x$TERM" != "xdumb" && (
test -t 1 &&
tput bold >/dev/null 2>&1 &&