diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-10-28 10:51:53 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-10-28 10:51:53 -0700 |
commit | cfd10568b0529c74a9ab1f5baa1c7e285f898105 (patch) | |
tree | 3729b5d08da53297c439b8c9d3ed1cd8a65e809e /t | |
parent | Merge branch 'sb/repack-in-c' (diff) | |
parent | Git 1.8.4.2 (diff) | |
download | tgif-cfd10568b0529c74a9ab1f5baa1c7e285f898105.tar.xz |
Sync with v1.8.4.2
Diffstat (limited to 't')
-rw-r--r-- | t/test-lib.sh | 2 |
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)) |