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:
@@ -55,9 +55,9 @@ if (open my $target, '>', 'task.sh')
|
|||||||
{
|
{
|
||||||
my $temp=$_;
|
my $temp=$_;
|
||||||
chomp($_);
|
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
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user