fixing redeclaration warnings in testcases

This commit is contained in:
Johannes Lange
2017-12-26 13:16:15 +01:00
parent 320246ab47
commit 80ea18624a
8 changed files with 20 additions and 20 deletions

View File

@ -111,7 +111,7 @@ EOT
$pid = launch_with_config($config);
my $ws = fresh_workspace;
$ws = fresh_workspace;
$first = open_window;
$second = open_window;
@ -165,7 +165,7 @@ EOT
$pid = launch_with_config($config);
my $ws = fresh_workspace;
$ws = fresh_workspace;
$first = open_window;
$second = open_window;