use TestInit 'T' in porting{authors,cmp_version,manifest}.t to chdir '..'
authorNicholas Clark <nick@ccl4.org>
Sun, 19 Jun 2011 17:56:57 +0000 (19:56 +0200)
committerNicholas Clark <nick@ccl4.org>
Wed, 22 Jun 2011 20:41:14 +0000 (22:41 +0200)
commit18388fdbd6a991f0d3b0c3df220014d82e8e4ff4
tree5ff5c8c3117c3798fd3aa6f485abb5de9280134d
parenta14453b94fa229e50f3dc0e7cc4b9a763b933cb6
use TestInit 'T' in porting{authors,cmp_version,manifest}.t to chdir '..'

These three tests run git commands from the top level of the build tree, so
need to chdir '..' if run from 't'. use TestInit 'T' to do this, as it simplify
adapting the tests to also work when the build tree is a symlink forest from
-Dmksymlinks. TestInit also sets $ENV{PERL5LIB}, avoiding the need to use -Ilib
on the command line of the programs they run.

t/porting/manifest.t now runs throughout at the top level, which simplifies it
slightly.
t/porting/authors.t
t/porting/cmp_version.t
t/porting/manifest.t