Skip to content

Commit

Permalink
Tidy tests related to RexOps#1508 (to satisfy xt/author/perltidy.t)
Browse files Browse the repository at this point in the history
`dzil test -all` was failing on `xt/author/perltidy.t`, apparently
not happy with the indentation/tab-stops.

CHANGES:
=============
modified: t/issue/1508.t

HOW TO TEST :
=============
```shell
$ prove --lib -v t/issue/1508.t   # for this issue
$ prove --lib --recursive  t/     # for non-regression
```
  • Loading branch information
tabulon committed Sep 27, 2021
1 parent 4c33d32 commit cd465dc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions t/issue/1508.t
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,6 @@ task test6 => sub {
T::check_needed( $_, { argv => \@_ } ) for (qw/test /);
};



{
my $task_list = Rex::TaskList->create;
my $run_list = Rex::RunList->instance;
Expand Down

0 comments on commit cd465dc

Please sign in to comment.