Merge branch 'maint'

* maint:
  t/README: test_must_fail is for testing Git
This commit is contained in:
Junio C Hamano 2013-06-04 15:25:34 -07:00
commit 2fe2458370

View File

@ -324,6 +324,9 @@ Don't:
use 'test_must_fail git cmd'. This will signal a failure if git use 'test_must_fail git cmd'. This will signal a failure if git
dies in an unexpected way (e.g. segfault). 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'.
- use perl without spelling it as "$PERL_PATH". This is to help our - use perl without spelling it as "$PERL_PATH". This is to help our
friends on Windows where the platform Perl often adds CR before friends on Windows where the platform Perl often adds CR before
the end of line, and they bundle Git with a version of Perl that the end of line, and they bundle Git with a version of Perl that