From: Peter Rabbitson <ribasushi@cpan.org>
Date: Fri, 17 Jan 2014 01:59:42 +0000 (+0100)
Subject: Fix pesky taint xt test fail
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=90e87be124d941a9e8d24570110402065f5d768f;p=dbsrgits%2FSQL-Abstract.git

Fix pesky taint xt test fail
---

diff --git a/xt/91podcoverage.t b/xt/91podcoverage.t
index 9e74ea1..cb0485e 100644
--- a/xt/91podcoverage.t
+++ b/xt/91podcoverage.t
@@ -4,6 +4,7 @@ use strict;
 use Test::More;
 
 # TEMPORARY
+($ENV{PATH}) = $ENV{PATH} =~ /(.*)/;  # screw you here as well -T
 if (my $head = `git rev-parse HEAD`) {
   plan skip_all => "Test disabled until after merge"
     if $head ne `git rev-parse master`;