summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorStephen P. Smith <ischis2@cox.net>2018-10-23 03:53:40 (GMT)
committerJunio C Hamano <gitster@pobox.com>2018-10-23 05:15:09 (GMT)
commitea6cff84442dab363b588bac511f4fbc293673a0 (patch)
tree99de9ab899de9160913e8f623372dee2c0010875 /t
parent53f684e2645b7c96ca5b52f6ce7f6144914a2f18 (diff)
downloadgit-ea6cff84442dab363b588bac511f4fbc293673a0.zip
git-ea6cff84442dab363b588bac511f4fbc293673a0.tar.gz
git-ea6cff84442dab363b588bac511f4fbc293673a0.tar.bz2
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] 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/t7500-commit-template-squash-signoff.sh (renamed from t/t7500-commit.sh)2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t7500-commit.sh b/t/t7500-commit-template-squash-signoff.sh
index 31ab608..46a5cd4 100755
--- a/t/t7500-commit.sh
+++ b/t/t7500-commit-template-squash-signoff.sh
@@ -5,7 +5,7 @@
test_description='git commit
-Tests for selected commit options.'
+Tests for template, signoff, squash and -F functions.'
. ./test-lib.sh