From: Ævar Arnfjörð Bjarmason Date: Fri, 2 Jul 2010 14:59:47 +0000 (+0000) Subject: t/README: Document test_expect_code X-Git-Tag: v1.7.2-rc2~1^2~4 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=97d9fd925bd0db1d11c4fbe8dd919bfb952b2cc1;p=git.git t/README: Document test_expect_code test_expect_code (which was introduced in d3bfdb75) never had any documentation. Signed-off-by: Ævar Arnfjörð Bjarmason Signed-off-by: Junio C Hamano --- diff --git a/t/README b/t/README index b40403d0c..04ad927c6 100644 --- a/t/README +++ b/t/README @@ -277,6 +277,13 @@ library for your script to use. Like test_expect_success this function can optionally use a three argument invocation with a prerequisite as the first argument. + - test_expect_code []