about summary refs log tree commit homepage
path: root/t/init.t
diff options
context:
space:
mode:
authorEric Wong <e@yhbt.net>2020-08-20 20:24:40 +0000
committerEric Wong <e@yhbt.net>2020-08-20 21:11:09 +0000
commitcda7ae7fb8da9eeb0e8aeb3df5a5ae8a9675102c (patch)
treea850e502dd2f231b27d441e795e8c0b83673841c /t/init.t
parent6f5b7803c82c45105272802b818df684b87bd2ec (diff)
downloadpublic-inbox-cda7ae7fb8da9eeb0e8aeb3df5a5ae8a9675102c.tar.gz
It may be too easily confused for --newsgroup or --ng.  This is
too rarely used and never made it into a release, so it should
be fine.
Diffstat (limited to 't/init.t')
-rw-r--r--t/init.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/init.t b/t/init.t
index 6211bb58..4d2c5049 100644
--- a/t/init.t
+++ b/t/init.t
@@ -116,7 +116,7 @@ SKIP: {
                         'publicinboxmda.spamcheck', 'none') == 0 or
                         BAIL_OUT "git config $?";
         my $addr = 'skip3@example.com';
-        $cmd = [ qw(-init -V2 -Lbasic -N12 skip3), "$tmpdir/skip3",
+        $cmd = [ qw(-init -V2 -Lbasic --skip-artnum=12 skip3), "$tmpdir/skip3",
                    qw(http://example.com/skip3), $addr ];
         ok(run_script($cmd), '--skip-artnum -V2');
         my $env = { ORIGINAL_RECIPIENT => $addr };
@@ -131,7 +131,7 @@ SKIP: {
 
         $addr = 'skip4@example.com';
         $env = { ORIGINAL_RECIPIENT => $addr };
-        $cmd = [ qw(-init -V1 -N12 -Lmedium skip4), "$tmpdir/skip4",
+        $cmd = [ qw(-init -V1 --skip-artnum 12 -Lmedium skip4), "$tmpdir/skip4",
                    qw(http://example.com/skip4), $addr ];
         ok(run_script($cmd), '--skip-artnum -V1');
         $err = '';