]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/lei.t
lei: remove --mua-cmd alias for --mua
[public-inbox.git] / t / lei.t
diff --git a/t/lei.t b/t/lei.t
index f789f63aa3dd606effd7ced08b35d76882015ffb..8e771eb5e54490faad4b53c6fff2052de85f8b86 100644 (file)
--- a/t/lei.t
+++ b/t/lei.t
@@ -104,7 +104,7 @@ my $test_completion = sub {
        ok($lei->(qw(_complete lei q)), 'complete q (no args)');
        %out = map { $_ => 1 } split(/\s+/s, $lei_out);
        for my $sw (qw(-f --format -o --output --mfolder --augment -a
-                       --mua --mua-cmd --no-local --local --verbose -v
+                       --mua --no-local --local --verbose -v
                        --save-as --no-remote --remote --torsocks
                        --reverse -r )) {
                ok($out{$sw}, "$sw offered as `lei q' completion");