https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7666

--- Comment #8 from Sidney Markowitz <[email protected]> ---
I was wrong about that documentation. As far as I can tell, the only way to get
make test to use the PERL5LIB environment variable (and therefore work on CPAN
tester machines) is to not have -T in the tests' hashbang lines.

We can still run tests in taint mode using prove -T, which is already in the
xt/run_release_test_suite.sh script that we are supposed to run before a
release.

It would also work to run a command
  prove -T t/*.t
to get the same effect as make test does now.

So should I remove the -T from the t/*.t hashbang lines and require people to
test using prove -T instead of make test when developing?

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to