diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-06-04 15:25:34 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-06-04 15:25:34 -0700 |
commit | 2fe2458370d9bfcc9a00ade21181dd8ac65ca0f0 (patch) | |
tree | c17e97d73f6d7c19b1b9ef1fb0555326a869540b | |
parent | b5c26758639cd934780620d4dd16854c8fdf8c34 (diff) | |
parent | f445500e4dd79ad0c4f6cf1c4949f01f155142f7 (diff) | |
download | git-2fe2458370d9bfcc9a00ade21181dd8ac65ca0f0.tar.gz |
Merge branch 'maint'
* maint:
t/README: test_must_fail is for testing Git
-rw-r--r-- | t/README | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -324,6 +324,9 @@ Don't: use 'test_must_fail git cmd'. This will signal a failure if git 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 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 |