diff --git a/test/bash_completion.t b/test/bash_completion.t index 002d5ab16..2e0590c72 100755 --- a/test/bash_completion.t +++ b/test/bash_completion.t @@ -55,9 +55,9 @@ if (open my $target, '>', 'task.sh') { my $temp=$_; chomp($_); - if ($_ eq "taskcommand='task rc.verbose:nothing'") + if ($_ eq "taskcommand='task rc.verbose:nothing rc.confirmation:no'") { - print $target "taskcommand='../src/task rc.verbose:nothing rc:bug.rc'"; + print $target "taskcommand='../src/task rc.verbose:nothing rc.confirmation:no rc:bug.rc'"; } else {