about summary refs log tree commit homepage
path: root/t
diff options
context:
space:
mode:
Diffstat (limited to 't')
-rw-r--r--t/v2writable.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/v2writable.t b/t/v2writable.t
index 2088f3fe..85b48d2a 100644
--- a/t/v2writable.t
+++ b/t/v2writable.t
@@ -57,7 +57,7 @@ if ('ensure git configs are correct') {
         my @warn;
         local $SIG{__WARN__} = sub { push @warn, @_ };
         is($im->add($mime), undef, 'obvious duplicate rejected');
-        like(join(' ', @warn), qr/resent/, 'warned about resent message');
+        is(scalar(@warn), 0, 'no warning about resent message');
 
         @warn = ();
         $mime->header_set('Message-Id', '<a-mid@b>', '<c@d>');