Message ID | 20181023035341.15398-5-ischis2@cox.net (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [1/5] t2000: rename and combine checkout clash tests | expand |
On Mon, Oct 22, 2018 at 11:53 PM Stephen P. Smith <ischis2@cox.net> wrote: > 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 for > general categories: template, sign-off, -F and squash tests. s/for/four/ > Chose to not add "File" to the new script name as that did not seem to > convey the current test contents for that switch. > > Signed-off-by: Stephen P. Smith <ischis2@cox.net>
diff --git a/t/t7500-commit.sh b/t/t7500-commit-template-squash-signoff.sh similarity index 99% rename from t/t7500-commit.sh rename to t/t7500-commit-template-squash-signoff.sh index 31ab608b67..46a5cd4b73 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
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 for 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> --- t/{t7500-commit.sh => t7500-commit-template-squash-signoff.sh} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename t/{t7500-commit.sh => t7500-commit-template-squash-signoff.sh} (99%)