projects
/
dbsrgits/SQL-Abstract.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
39999ed
)
Fix pesky taint xt test fail
Peter Rabbitson [Fri, 17 Jan 2014 01:59:42 +0000 (
02:59
+0100)]
xt/91podcoverage.t
patch
|
blob
|
blame
|
history
diff --git
a/xt/91podcoverage.t
b/xt/91podcoverage.t
index
9e74ea1
..
cb0485e
100644
(file)
--- 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`;