X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=t%2Fv2writable.t;h=85b48d2affff215f01951b67ebdfc9ebb0b8fb15;hb=0a254eeea41cf5c0afde2ce188d7d367df5d4d95;hp=2088f3fe2f4de47c3560886d2e24477d9c628d1f;hpb=21d3e01f609c8a6111dc5003638043d65ed721de;p=public-inbox.git 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', '', '');