]> git.sur5r.net Git - i3/i3/blobdiff - testcases/t/172-start-on-named-ws.t
testcases: correctly enable lexical pragmata
[i3/i3] / testcases / t / 172-start-on-named-ws.t
index 4493bf8332f8e23226a312fbf725099619679765..cdd2001d21ed25bd5784459c847773223b944d7f 100644 (file)
@@ -39,7 +39,7 @@ EOT
 
 $pid = launch_with_config($config);
 
-my @names = @{get_workspace_names()};
+@names = @{get_workspace_names()};
 cmp_deeply(\@names, [ 'foobar' ], 'i3 starts on named workspace foobar');
 
 exit_gracefully($pid);
@@ -57,7 +57,7 @@ EOT
 
 $pid = launch_with_config($config);
 
-my @names = @{get_workspace_names()};
+@names = @{get_workspace_names()};
 cmp_deeply(\@names, [ 'foobar' ], 'i3 starts on named workspace foobar');
 
 exit_gracefully($pid);