X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=t%2Fpsgi_attach.t;h=2376bba7bf2f042e099588da5499429cd679193d;hb=e6b7a7f5f70fb89a54ff158bc6c8b564149947e5;hp=1ef5318cd4799aab1a5469b7884572acaa4faae4;hpb=62f28026e624ed30d620063a0fa92cbedb7f6673;p=public-inbox.git diff --git a/t/psgi_attach.t b/t/psgi_attach.t index 1ef5318c..2376bba7 100644 --- a/t/psgi_attach.t +++ b/t/psgi_attach.t @@ -1,4 +1,4 @@ -# Copyright (C) 2016-2019 all contributors +# Copyright (C) 2016-2020 all contributors # License: AGPL-3.0+ use strict; use warnings; @@ -21,9 +21,9 @@ my $config = PublicInbox::Config->new(\<new($maindir); my $im = PublicInbox::Import->new($git, 'test', $addr); +$im->init_bare; { open my $fh, '<', '/dev/urandom' or die "unable to open urandom: $!\n"; @@ -68,7 +68,7 @@ my $im = PublicInbox::Import->new($git, 'test', $addr); ); $mime = $mime->as_string; $mime =~ s/\r\n/\n/g; # normalize to LF only - $mime = Email::MIME->new($mime); + $mime = PublicInbox::MIME->new($mime); $im->add($mime); $im->done;