summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-06-04 15:25:34 -0700
committerJunio C Hamano <gitster@pobox.com>2013-06-04 15:25:34 -0700
commit2fe2458370d9bfcc9a00ade21181dd8ac65ca0f0 (patch)
treec17e97d73f6d7c19b1b9ef1fb0555326a869540b
parentb5c26758639cd934780620d4dd16854c8fdf8c34 (diff)
parentf445500e4dd79ad0c4f6cf1c4949f01f155142f7 (diff)
downloadgit-2fe2458370d9bfcc9a00ade21181dd8ac65ca0f0.tar.gz
Merge branch 'maint'
* maint: t/README: test_must_fail is for testing Git
-rw-r--r--t/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/t/README b/t/README
index e669bb31b9..35b3c5c2fa 100644
--- a/t/README
+++ b/t/README
@@ -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