Skip to content

Commit

Permalink
Merge branch 'maint'
Browse files Browse the repository at this point in the history
* maint:
  t/README: test_must_fail is for testing Git
  • Loading branch information
Junio C Hamano committed Jun 4, 2013
2 parents b5c2675 + f445500 commit 2fe2458
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions t/README
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2fe2458

Please sign in to comment.