From 27ffe9eae13708a44a3c79616b00f8aa992acc0f Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Sat, 21 Aug 2010 18:25:48 +0200 Subject: [PATCH] =?utf8?q?t/22-split:=20Bugfix:=20don=E2=80=99t=20declare?= =?utf8?q?=20old=5Fcount=20twice=20(Thanks=20Lourens)?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- testcases/t/22-split.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testcases/t/22-split.t b/testcases/t/22-split.t index eca8a4a5..f3942243 100644 --- a/testcases/t/22-split.t +++ b/testcases/t/22-split.t @@ -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; -- 2.39.5