]> git.sur5r.net Git - i3/i3/blob - testcases/t/126-regress-close.t
8aec87d7251686c63a43e40498bf634cfc6d1ed4
[i3/i3] / testcases / t / 126-regress-close.t
1 #!perl
2 # vim:ts=4:sw=4:expandtab
3 #
4 # Regression: closing of floating clients did crash i3 when closing the
5 # container which contained this client.
6 #
7 use i3test;
8
9 fresh_workspace;
10
11 cmd 'open';
12 cmd 'mode toggle';
13 cmd 'kill';
14 cmd 'kill';
15
16 does_i3_live;
17
18 done_testing;