summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2013-10-28 10:51:53 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2013-10-28 10:51:53 -0700
commitcfd10568b0529c74a9ab1f5baa1c7e285f898105 (patch)
tree3729b5d08da53297c439b8c9d3ed1cd8a65e809e /t
parentMerge branch 'sb/repack-in-c' (diff)
parentGit 1.8.4.2 (diff)
downloadtgif-cfd10568b0529c74a9ab1f5baa1c7e285f898105.tar.xz
Sync with v1.8.4.2
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 0fa7dfde7b..3dc1792ebc 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))