X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F745db2.t;h=ffb7a0b709dede4ac8a1ecbf567667a083e61785;hb=0ffbc9ec4cc37ae5fd868d32b545ed2e853f19da;hp=36e5e8c96085e5eb5d922703e25bf028b1d36c89;hpb=d6915f449e2d68ac184d6bc616043fd605913757;p=dbsrgits%2FDBIx-Class.git diff --git a/t/745db2.t b/t/745db2.t index 36e5e8c..ffb7a0b 100644 --- a/t/745db2.t +++ b/t/745db2.t @@ -9,7 +9,7 @@ my ($dsn, $user, $pass) = @ENV{map { "DBICTEST_DB2_${_}" } qw/DSN USER PASS/}; #warn "$dsn $user $pass"; -plan skip_all, 'Set $ENV{DBICTEST_DB2_DSN}, _USER and _PASS to run this test' +plan skip_all => 'Set $ENV{DBICTEST_DB2_DSN}, _USER and _PASS to run this test' unless ($dsn && $user); plan tests => 6;