Skip to content

Commit 2ead7a6

Browse files
artagnongitster
authored andcommitted
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 <[email protected]> Signed-off-by: Ramkumar Ramachandra <[email protected]> Reviewed-by: Jeff King <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent b4b6343 commit 2ead7a6

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

t/t5516-fetch-push.sh

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
#!/bin/sh
22

3-
test_description='fetching and pushing, with or without wildcard'
3+
test_description='Basic fetch/push functionality.
4+
5+
This test checks the following functionality:
6+
7+
* command-line syntax
8+
* refspecs
9+
* fast-forward detection, and overriding it
10+
* configuration
11+
* hooks
12+
* --porcelain output format
13+
* hiderefs
14+
'
415

516
. ./test-lib.sh
617

0 commit comments

Comments
 (0)