From: Ramkumar Ramachandra Date: Tue, 2 Apr 2013 07:40:30 +0000 (+0530) Subject: t5516 (fetch-push): update test description X-Git-Tag: v1.8.3-rc0~96^2~4 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/2ead7a674d7f1c0b2b47bdd567755a741f86c255?ds=inline t5516 (fetch-push): update test description The file was originally created in bcdb34f (Test wildcard push/fetch, 2007-06-08), and only contained tests that exercised wildcard functionality at the time. In subsequent commits, many other tests unrelated to wildcards were added but the test description was never updated. Fix this. Helped-by: Jonathan Nieder Signed-off-by: Ramkumar Ramachandra Reviewed-by: Jeff King Signed-off-by: Junio C Hamano --- diff --git a/t/t5516-fetch-push.sh b/t/t5516-fetch-push.sh index 383a2eb1ea..f394271d8c 100755 --- a/t/t5516-fetch-push.sh +++ b/t/t5516-fetch-push.sh @@ -1,6 +1,17 @@ #!/bin/sh -test_description='fetching and pushing, with or without wildcard' +test_description='Basic fetch/push functionality. + +This test checks the following functionality: + +* command-line syntax +* refspecs +* fast-forward detection, and overriding it +* configuration +* hooks +* --porcelain output format +* hiderefs +' . ./test-lib.sh