From 017f7221abe6129a41c6a7d2b4ce990f477be74f Mon Sep 17 00:00:00 2001 From: Michael Haggerty Date: Fri, 10 Jun 2016 08:55:40 +0200 Subject: t1404: document function test_update_rejected Signed-off-by: Michael Haggerty Signed-off-by: Junio C Hamano --- t/t1404-update-ref-errors.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 't') diff --git a/t/t1404-update-ref-errors.sh b/t/t1404-update-ref-errors.sh index 541cad12a..7cfeaa99b 100755 --- a/t/t1404-update-ref-errors.sh +++ b/t/t1404-update-ref-errors.sh @@ -3,6 +3,16 @@ test_description='Test git update-ref error handling' . ./test-lib.sh +# Create some references, perhaps run pack-refs --all, then try to +# create some more references. Ensure that the second creation fails +# with the correct error message. +# Usage: test_update_rejected +# is a ws-separated list of refs to create before the test +# (true or false) tells whether to pack the refs before the test +# is a list of variables to attempt creating +# is a string to look for in the stderr of update-ref. +# All references are created in the namespace specified by the current +# value of $prefix. test_update_rejected () { before="$1" && pack="$2" && -- cgit v1.2.1