From: Dagfinn Ilmari Mannsåker Date: Mon, 28 Jul 2014 18:39:50 +0000 (+0100) Subject: Disable taint checking for tests for now X-Git-Tag: 0.07041~27 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class-Schema-Loader.git;a=commitdiff_plain;h=b70f694edc44bb56aa8bb6d129d57056a98bf51a Disable taint checking for tests for now --- diff --git a/maint/travis-ci_scripts/40_script.bash b/maint/travis-ci_scripts/40_script.bash index c1b9e82..d490b2d 100755 --- a/maint/travis-ci_scripts/40_script.bash +++ b/maint/travis-ci_scripts/40_script.bash @@ -16,11 +16,6 @@ if [[ "$CLEANTEST" = "true" ]] ; then else PROVECMD="prove -lrsw xt t" - # FIXME - temporary, until Package::Stash is fixed - if perl -M5.010 -e 1 &>/dev/null ; then - PROVECMD="$PROVECMD -T" - fi - echo_err "$(tstamp) running tests with \`$PROVECMD\`" $PROVECMD 2> >(tee "$TEST_STDERR_LOG") fi