summaryrefslogtreecommitdiff
path: root/t/README
diff options
context:
space:
mode:
authorThomas Gummerer <t.gummerer@gmail.com>2017-11-26 20:20:59 (GMT)
committerJunio C Hamano <gitster@pobox.com>2017-11-27 01:36:57 (GMT)
commit51b7a525223bfa856b0ab44c7afe517dfeed465a (patch)
tree3c810f6053c588219cc583795b869fd4983649ca /t/README
parent7d22aec681f7656e6f30ef9e3fc92b17d9abc3a3 (diff)
downloadgit-51b7a525223bfa856b0ab44c7afe517dfeed465a.zip
git-51b7a525223bfa856b0ab44c7afe517dfeed465a.tar.gz
git-51b7a525223bfa856b0ab44c7afe517dfeed465a.tar.bz2
t/README: remove mention of adding copyright notices
We generally no longer include copyright notices in new test scripts. However t/README still mentions it as something to include at the top of every new script. Remove that mention as it's outdated. Signed-off-by: Thomas Gummerer <t.gummerer@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/README')
-rw-r--r--t/README5
1 files changed, 1 insertions, 4 deletions
diff --git a/t/README b/t/README
index 4b079e4..448569b 100644
--- a/t/README
+++ b/t/README
@@ -332,13 +332,10 @@ Writing Tests
-------------
The test script is written as a shell script. It should start
-with the standard "#!/bin/sh" with copyright notices, and an
+with the standard "#!/bin/sh", and an
assignment to variable 'test_description', like this:
#!/bin/sh
- #
- # Copyright (c) 2005 Junio C Hamano
- #
test_description='xxx test (option --frotz)