mirror of
https://github.com/git/git.git
synced 2024-11-25 19:04:18 +08:00
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>
This commit is contained in:
parent
3fc0dca9ce
commit
3fa366668a
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user