X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=t%2Fbad_check.t;h=6dbb3d1953936e8e01f0584c3be54290368e50a5;hb=bbc68b7ef7513857f755f015de16f0f7054125a0;hp=37e1243aae862ede829be48e16ff887416190baf;hpb=451b5eb8485266ecea6b779e134199d02895b8cb;p=Business-OnlinePayment-OpenECHO.git diff --git a/t/bad_check.t b/t/bad_check.t index 37e1243..6dbb3d1 100644 --- a/t/bad_check.t +++ b/t/bad_check.t @@ -1,5 +1,7 @@ BEGIN { $| = 1; print "1..1\n"; } +print "ok 1 # Skipped: testing account won't accept ACH transactions\n"; exit; + eval "use Net::SSLeay;"; if ( $@ ) { print "ok 1 # Skipped: Net::SSLeay is not installed\n"; exit;