]> git.sur5r.net Git - i3/i3/blobdiff - testcases/t/232-ipc-window-urgent.t
Merge branch 'next' into master
[i3/i3] / testcases / t / 232-ipc-window-urgent.t
index 2ac9ecbbcc92a82d08620cf03868b5d15ee2d5ad..09226ff1f1ebe650259a86a068f300dedd69ea79 100644 (file)
@@ -59,7 +59,7 @@ is($event->{container}->{urgent}, 1, 'the container should be urgent');
 
 $cv = AnyEvent->condvar;
 $win->delete_hint('urgency');
-my $event = $cv->recv;
+$event = $cv->recv;
 
 isnt($event, 0, 'an urgent con should emit the window::urgent event');
 is($event->{container}->{window}, $win->{id}, 'the event should contain information about the window');