]> git.sur5r.net Git - i3/i3/commitdiff
t/22-split: Bugfix: don’t declare old_count twice (Thanks Lourens)
authorMichael Stapelberg <michael@stapelberg.de>
Sat, 21 Aug 2010 16:25:48 +0000 (18:25 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Sat, 21 Aug 2010 16:25:48 +0000 (18:25 +0200)
testcases/t/22-split.t

index eca8a4a5e96188200ceb98efdd01fd5a46568e54..f3942243950889ee69a010b886a807f83a7b2ba3 100644 (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;