t/22-split: Bugfix: don’t declare old_count twice (Thanks Lourens)

This commit is contained in:
Michael Stapelberg 2010-08-21 18:25:48 +02:00
parent c780f5dd0b
commit 27ffe9eae1
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ my $old_count = sum_nodes(\@content);
$i3->command('split v')->recv;
@content = @{get_ws_content($tmp)};
my $old_count = sum_nodes(\@content);
$old_count = sum_nodes(\@content);
$i3->command('split v')->recv;