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 /t | |
parent | Sync with maint (diff) | |
parent | t/README: test_must_fail is for testing Git (diff) | |
download | tgif-2fe2458370d9bfcc9a00ade21181dd8ac65ca0f0.tar.xz |
Merge branch 'maint'
* maint:
t/README: test_must_fail is for testing Git
Diffstat (limited to 't')
-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 |