summaryrefslogtreecommitdiff
path: root/t/crypt_check.t
diff options
context:
space:
mode:
Diffstat (limited to 't/crypt_check.t')
-rw-r--r--t/crypt_check.t2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/crypt_check.t b/t/crypt_check.t
index 808dc07..e5cecc2 100644
--- a/t/crypt_check.t
+++ b/t/crypt_check.t
@@ -4,6 +4,8 @@ BEGIN {
$Business::OnlinePayment::HTTPS::skip_NetSSLeay=1;
}
+print "ok 1 # Skipped: testing account won't accept ACH transactions\n"; exit;
+
eval "use Crypt::SSLeay;";
if ( $@ ) {
print "ok 1 # Skipped: Crypt::SSLeay is not installed\n"; exit;