summaryrefslogtreecommitdiff
path: root/t/README
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2014-12-22 20:26:38 (GMT)
committerJunio C Hamano <gitster@pobox.com>2014-12-22 20:26:38 (GMT)
commit63296d583ca107b3f590c3a09be9b3670a2c1afb (patch)
tree10f96a3e2b756b11ae1d8c014b584d69131b06a0 /t/README
parent168ab99d4c0a3587cee18ef8300f78d4c4344a66 (diff)
parent53de742470bdf160a8412d7a2e9c30545db63fac (diff)
downloadgit-63296d583ca107b3f590c3a09be9b3670a2c1afb.zip
git-63296d583ca107b3f590c3a09be9b3670a2c1afb.tar.gz
git-63296d583ca107b3f590c3a09be9b3670a2c1afb.tar.bz2
Merge branch 'jc/refer-to-t-readme-from-submitting-patches'
* jc/refer-to-t-readme-from-submitting-patches: t/README: justify why "! grep foo" is sufficient SubmittingPatches: refer to t/README for tests
Diffstat (limited to 't/README')
-rw-r--r--t/README3
1 files changed, 2 insertions, 1 deletions
diff --git a/t/README b/t/README
index 9952261..d5bb0c9 100644
--- a/t/README
+++ b/t/README
@@ -418,7 +418,8 @@ Don't:
dies in an unexpected way (e.g. segfault).
On the other hand, don't use test_must_fail for running regular
- platform commands; just use '! cmd'.
+ platform commands; just use '! cmd'. We are not in the business
+ of verifying that the world given to us sanely works.
- use perl without spelling it as "$PERL_PATH". This is to help our
friends on Windows where the platform Perl often adds CR before