]> git.sur5r.net Git - i3/i3/blobdiff - testcases/t/231-ipc-floating-event.t
Merge pull request #1805 from lasers/next
[i3/i3] / testcases / t / 231-ipc-floating-event.t
index c2de64e4da9a53a0ef6b9c02ef71d7ed008c4942..4c172ff578a2de8014acb9b8802b2f585bcabd54 100644 (file)
@@ -50,7 +50,7 @@ is($e->{container}->{floating}, 'user_on', 'the container should be floating');
 
 $cv = AnyEvent->condvar;
 cmd '[id="' . $win->{id} . '"] floating disable';
-my $e = $cv->recv;
+$e = $cv->recv;
 
 isnt($e, 0, 'disabling floating on a container should send an ipc window event');
 is($e->{container}->{window}, $win->{id}, 'the event should contain information about the window');