summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorStephen P. Smith <ischis2@cox.net>2018-10-23 03:53:38 (GMT)
committerJunio C Hamano <gitster@pobox.com>2018-10-23 05:15:09 (GMT)
commit4625540df8f1959f4d52f8e5cd0fd4677875e855 (patch)
treed022ff2f4eccd869244ff802a12abe7f1585afef /t
parentb684062f889ae71f5887d04788b7c5d2afba720e (diff)
downloadgit-4625540df8f1959f4d52f8e5cd0fd4677875e855.zip
git-4625540df8f1959f4d52f8e5cd0fd4677875e855.tar.gz
git-4625540df8f1959f4d52f8e5cd0fd4677875e855.tar.bz2
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>
Diffstat (limited to 't')
-rwxr-xr-xt/t7509-commit-authorship.sh (renamed from t/t7509-commit.sh)2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t7509-commit.sh b/t/t7509-commit-authorship.sh
index ddef7ea..500ab2f 100755
--- a/t/t7509-commit.sh
+++ b/t/t7509-commit-authorship.sh
@@ -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