Skip to content

Commit

Permalink
test-lib: fix typo in comment
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Torstein Hegge authored and Junio C Hamano committed Oct 28, 2013
1 parent 3fc0dca commit 3fa3666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/test-lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 3fa3666

Please sign in to comment.