summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-10-28 10:51:53 -0700
committerJunio C Hamano <gitster@pobox.com>2013-10-28 10:51:53 -0700
commitcfd10568b0529c74a9ab1f5baa1c7e285f898105 (patch)
tree3729b5d08da53297c439b8c9d3ed1cd8a65e809e /t
parentf43bc33e4442b7a474695ea3e268b108960f7564 (diff)
parentdcb11cca50992339af744e25ca5d0f94b478d3b9 (diff)
downloadgit-cfd10568b0529c74a9ab1f5baa1c7e285f898105.tar.gz
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))