Skip to content

Commit ea6cff8

Browse files
Stephen P. Smithgitster
authored andcommitted
t7500: rename commit tests script to comply with naming convention
When the test naming convention was documented[1] the commit script was not renamed. Update the test description to note that the tests fall into four general categories: template, sign-off, -F and squash tests. Chose to not add "File" to the new script name as that did not seem to convey the current test contents for that switch. [1] f50c9f7 ("Rename some test scripts and describe the naming convention", 2005-05-15) Signed-off-by: Stephen P. Smith <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 53f684e commit ea6cff8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t7500-commit.sh renamed to t/t7500-commit-template-squash-signoff.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
test_description='git commit
77
8-
Tests for selected commit options.'
8+
Tests for template, signoff, squash and -F functions.'
99

1010
. ./test-lib.sh
1111

0 commit comments

Comments
 (0)