X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=t%2Fimport.t;h=4ba740224aa9f1f4e025ab1f9e8bb7eda3e223ec;hb=16f317f32bd5306d852b7d079b20cd0e4f2b4ff9;hp=ae76858ba2ab7827bc7aaa1d45db377a0954ee64;hpb=71461c67fee940b05309baa8c67bac10c8c51ac6;p=public-inbox.git diff --git a/t/import.t b/t/import.t index ae76858b..4ba74022 100644 --- a/t/import.t +++ b/t/import.t @@ -1,4 +1,4 @@ -# Copyright (C) 2016-2021 all contributors +# Copyright (C) all contributors # License: AGPL-3.0+ use strict; use warnings; @@ -30,7 +30,7 @@ my $smsg = bless {}, 'PublicInbox::Smsg' if $v2; like($im->add($mime, undef, $smsg), qr/\A:[0-9]+\z/, 'added one message'); if ($v2) { - like($smsg->{blob}, qr/\A[a-f0-9]{40}\z/, 'got last object_id'); + like($smsg->{blob}, qr/\A[a-f0-9]{40,64}\z/, 'got last object_id'); my @cmd = ('git', "--git-dir=$git->{git_dir}", qw(hash-object --stdin)); open my $in, '+<', undef or BAIL_OUT "open(+<): $!"; print $in $mime->as_string or die "write failed: $!";