1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-05-29 02:46:38 +02:00

t7509: cleanup description and filename

Rename test and update the test description to explicitly state that
included tests all relate to commit authorship. The t7509-commit.sh
file was not renamed when other scripts were updated in compliance
with the test naming convention.

[1] f50c9f76c ("Rename some test scripts and describe the naming convention", 2005-05-15)

Signed-off-by: Stephen P. Smith <ischis2@cox.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Stephen P. Smith 2018-10-22 20:53:38 -07:00 committed by Junio C Hamano
parent b684062f88
commit 4625540df8

View File

@ -3,7 +3,7 @@
# Copyright (c) 2009 Erick Mattos
#
test_description='git commit --reset-author'
test_description='commit tests of various authorhip options. '
. ./test-lib.sh