]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/mda_filter_rubylang.t
No ext_urls
[public-inbox.git] / t / mda_filter_rubylang.t
index 754d52f75cdf0331776dd87bcd6de7807f7df14a..d05eec258ecb23587cf78f733a2c61a67e7b26bb 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2019-2020 all contributors <meta@public-inbox.org>
+# Copyright (C) 2019-2021 all contributors <meta@public-inbox.org>
 # License: AGPL-3.0+ <https://www.gnu.org/licenses/agpl-3.0.txt>
 use strict;
 use warnings;
@@ -44,8 +44,8 @@ something
 EOF
                ok(run_script(['-mda'], $env, $opt), 'message delivered');
        }
-       my $config = PublicInbox::Config->new;
-       my $ibx = $config->lookup_name($v);
+       my $cfg = PublicInbox::Config->new;
+       my $ibx = $cfg->lookup_name($v);
 
        # make sure all serials are searchable:
        for my $i (1..2) {