summaryrefslogtreecommitdiff
path: root/t/bad_check.t
diff options
context:
space:
mode:
authorivan <ivan>2006-03-25 10:13:52 +0000
committerivan <ivan>2006-03-25 10:13:52 +0000
commitbbc68b7ef7513857f755f015de16f0f7054125a0 (patch)
tree80c3614c791bf0cf0e3c63918ff787ad0857a014 /t/bad_check.t
parent451b5eb8485266ecea6b779e134199d02895b8cb (diff)
testing account won't accept ACH transactions
Diffstat (limited to 't/bad_check.t')
-rw-r--r--t/bad_check.t2
1 files changed, 2 insertions, 0 deletions
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;