From: Ævar Arnfjörð Bjarmason Date: Fri, 2 Jul 2010 14:59:45 +0000 (+0000) Subject: t/README: Document the prereq functions, and 3-arg test_* X-Git-Tag: v1.7.2-rc2~1^2~6 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=9a897893a76063a1fbe07f62ba78ab8f5308dbd3;p=git.git t/README: Document the prereq functions, and 3-arg test_* There was no documentation for the test_set_prereq and test_have_prereq functions, or the three-arg form of test_expect_success and test_expect_failure. Signed-off-by: Ævar Arnfjörð Bjarmason Signed-off-by: Junio C Hamano --- diff --git a/t/README b/t/README index a7312fa98..c1fd0924b 100644 --- a/t/README +++ b/t/README @@ -246,9 +246,9 @@ Test harness library There are a handful helper functions defined in the test harness library for your script to use. - - test_expect_success