Repository: lucy-clownfish Updated Branches: refs/heads/0.6 d5a9a6868 -> c39c5df6a
Run Travis tests with PERL_USE_UNSAFE_INC=0 This makes sure that Test::Harness doesn't set PERL_USE_UNSAFE_INC to 1 and that the tests are actually run without . in @INC. Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/c39c5df6 Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/c39c5df6 Diff: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/diff/c39c5df6 Branch: refs/heads/0.6 Commit: c39c5df6a3b4bb0935a804eb8afd8221b71435ac Parents: d5a9a68 Author: Nick Wellnhofer <[email protected]> Authored: Thu Feb 8 13:25:51 2018 +0100 Committer: Nick Wellnhofer <[email protected]> Committed: Thu Feb 8 16:04:45 2018 +0100 ---------------------------------------------------------------------- devel/bin/travis-test.sh | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucy-clownfish/blob/c39c5df6/devel/bin/travis-test.sh ---------------------------------------------------------------------- diff --git a/devel/bin/travis-test.sh b/devel/bin/travis-test.sh index 226d1b1..e9d7a51 100755 --- a/devel/bin/travis-test.sh +++ b/devel/bin/travis-test.sh @@ -31,6 +31,9 @@ test_c() { } test_perl() { + # Test::Harness defaults to PERL_USE_UNSAFE_INC=1 + export PERL_USE_UNSAFE_INC=0 + source ~/perl5/perlbrew/etc/bashrc perlbrew list perlbrew switch $PERL_VERSION ||
