]> Sergey Matveev's repositories - public-inbox.git/commitdiff
t/feed: remove useless $ENV{GIT_DIR} assignment
authorEric Wong <e@yhbt.net>
Tue, 21 Apr 2020 21:16:11 +0000 (21:16 +0000)
committerEric Wong <e@yhbt.net>
Wed, 22 Apr 2020 18:18:27 +0000 (18:18 +0000)
I don't think this has been useful since we stopped
supporting ssoma in this test.

t/feed.t

index ffd5ca7e71f86dc9a37ba5d1865dc38e11619f5a..7d01e3e6524c50c491690bc100e460c9abc3de18 100644 (file)
--- a/t/feed.t
+++ b/t/feed.t
@@ -35,8 +35,6 @@ my $im = PublicInbox::Import->new($git, $ibx->{name}, 'test@example');
 
 {
        $im->init_bare;
 
 {
        $im->init_bare;
-       local $ENV{GIT_DIR} = $git_dir;
-
        foreach my $i (1..6) {
                my $mime = Email::MIME->new(<<EOF);
 From: ME <me\@example.com>
        foreach my $i (1..6) {
                my $mime = Email::MIME->new(<<EOF);
 From: ME <me\@example.com>