Tests: Fix bash_completion.t problem

- bash_completion.t rewrites task.sh during setup in order to be able
  to test it.  704eb1eab3 broke that
  rewrite mechanism.
This commit is contained in:
Wilhelm Schuermann
2015-03-31 11:28:12 +02:00
parent 3f394fa164
commit 5d4859c44d

View File

@@ -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
{