Merge branch 'vr/use-our-perl-in-tests'
authorJunio C Hamano <gitster@pobox.com>
Mon, 9 Jul 2012 16:01:52 +0000 (09:01 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 9 Jul 2012 16:01:52 +0000 (09:01 -0700)
Some implementations of Perl terminates "lines" with CRLF even when
the script is operating on just a sequence of bytes.  Make sure to
use "$PERL_PATH", the version of Perl the user told Git to use, in
our tests to avoid unnecessary breakages in tests.

* vr/use-our-perl-in-tests:
  t/README: add a bit more Don'ts
  tests: enclose $PERL_PATH in double quotes
  t/test-lib.sh: export PERL_PATH for use in scripts
  t: Replace 'perl' by $PERL_PATH

1  2 
t/t5300-pack-object.sh
t/t9300-fast-import.sh

Simple merge
Simple merge