]> git.sur5r.net Git - i3/i3/blobdiff - testcases/t/185-scratchpad.t
Merge pull request #1805 from lasers/next
[i3/i3] / testcases / t / 185-scratchpad.t
index edfc46e0374158eab1eba96380de55f2da92bc3f..eeaee449f96108420082087243d16d8a1a4b2fe2 100644 (file)
@@ -377,7 +377,7 @@ sub verify_scratchpad_move_with_visible_scratch_con {
     # this should bring up window 1
     cmd 'scratchpad show';
 
-    my $ws = get_ws($first);
+    $ws = get_ws($first);
     is(scalar @{$ws->{floating_nodes}}, 1, 'one floating node on ws1');
     is($x->input_focus, $window1->id, "showed the correct scratchpad window1");