]> git.sur5r.net Git - i3/i3/blobdiff - testcases/t/138-floating-attach.t
testcases: correctly enable lexical pragmata
[i3/i3] / testcases / t / 138-floating-attach.t
index b08190a22036ba320f40848fcb83294411917fd3..ae035f61672c333329da24a52c5b8d1f472f59f9 100644 (file)
@@ -54,7 +54,7 @@ is(@{$ws->{floating_nodes}}, 0, 'no floating nodes so far');
 is(@{$ws->{nodes}}, 1, 'one tiling node (stacked con)');
 
 # Create a floating window
-my $window = open_floating_window($x);
+$window = open_floating_window($x);
 ok($window->mapped, 'Window is mapped');
 
 $ws = get_ws($tmp);