From: Torstein Hegge Date: Sun, 27 Oct 2013 09:56:33 +0000 (+0100) Subject: test-lib: fix typo in comment X-Git-Tag: v1.8.4.2~5 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/3fa366668a2cfee9abfa62701b5176acb316f169 test-lib: fix typo in comment Point test writers to the test_expect_* functions properly. Signed-off-by: Torstein Hegge Signed-off-by: Junio C Hamano --- 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))