Skip to content

Commit cd465dc

Browse files
committed
Tidy tests related to RexOps#1508 (to satisfy xt/author/perltidy.t)
`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 ```
1 parent 4c33d32 commit cd465dc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

t/issue/1508.t

-2
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,6 @@ task test6 => sub {
144144
T::check_needed( $_, { argv => \@_ } ) for (qw/test /);
145145
};
146146

147-
148-
149147
{
150148
my $task_list = Rex::TaskList->create;
151149
my $run_list = Rex::RunList->instance;

0 commit comments

Comments
 (0)