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
diff options
context:
space:
mode:
authorTorstein Hegge <hegge@resisty.net>2013-10-27 13:56:33 +0400
committerJunio C Hamano <gitster@pobox.com>2013-10-28 20:18:25 +0400
commit3fa366668a2cfee9abfa62701b5176acb316f169 (patch)
treee810c1150d7ce7eea59397a550bd777938d195dd /t
parent3fc0dca9ceb653798377591018c81324f4d84032 (diff)
test-lib: fix typo in comment
Point test writers to the test_expect_* functions properly. Signed-off-by: Torstein Hegge <hegge@resisty.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't')
-rw-r--r--t/test-lib.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/test-lib.sh b/t/test-lib.sh
index 1aa27bdbbf..c5e914a781 100644
--- a/t/test-lib.sh
+++ b/t/test-lib.sh
@@ -325,7 +325,7 @@ trap 'die' EXIT
. "$TEST_DIRECTORY/test-lib-functions.sh"
# You are not expected to call test_ok_ and test_failure_ directly, use
-# the text_expect_* functions instead.
+# the test_expect_* functions instead.
test_ok_ () {
test_success=$(($test_success + 1))