aboutsummaryrefslogtreecommitdiff
path: root/t/require-mailto.t
diff options
context:
space:
mode:
Diffstat (limited to 't/require-mailto.t')
-rw-r--r--t/require-mailto.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/require-mailto.t b/t/require-mailto.t
index 1f36e3d..b894408 100644
--- a/t/require-mailto.t
+++ b/t/require-mailto.t
@@ -13,7 +13,7 @@ our $VERSION = '0.06';
my $mrc;
my $error;
-eval { $mrc = Mail::Run::Crypt->new(); } or $error = $EVAL_ERROR;
+eval { $mrc = Mail::Run::Crypt->new() } or $error = $EVAL_ERROR;
ok( defined $error, 'no_mailto_failed' );
ok( $error =~ m/^\Qmailto required/msx, 'no_mailto_errorstr' );