Skip to content

Commit 3fa3666

Browse files
heggegitster
authored andcommitted
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>
1 parent 3fc0dca commit 3fa3666

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/test-lib.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ trap 'die' EXIT
325325
. "$TEST_DIRECTORY/test-lib-functions.sh"
326326

327327
# You are not expected to call test_ok_ and test_failure_ directly, use
328-
# the text_expect_* functions instead.
328+
# the test_expect_* functions instead.
329329

330330
test_ok_ () {
331331
test_success=$(($test_success + 1))

0 commit comments

Comments
 (0)