about summary refs log tree commit homepage
path: root/t/lei.t
diff options
context:
space:
mode:
Diffstat (limited to 't/lei.t')
-rw-r--r--t/lei.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/lei.t b/t/lei.t
index 2be9b4e8..6ade2f18 100644
--- a/t/lei.t
+++ b/t/lei.t
@@ -114,7 +114,7 @@ my $test_completion = sub {
         %out = map { $_ => 1 } split(/\s+/s, $lei_out);
         for my $sw (qw(-f --format -o --output --mfolder --augment -a
                         --mua --no-local --local --verbose -v
-                        --save-as --no-remote --remote --torsocks
+                        --save --no-remote --remote --torsocks
                         --reverse -r )) {
                 ok($out{$sw}, "$sw offered as `lei q' completion");
         }