Test 222: call exit_gracefully
Patch status: merged
Patch by Tony Crisci
Long description:
Not calling exit_gracefully causes some other test to fail during a complete_run sometimes.
To apply this patch, use:
curl http://cr.i3wm.org/patch/479/raw.patch | git am
b/testcases/t/222-regress-dock-resize.t
15 |
@@ -39,4 +39,6 @@ cmd('[class="special"] resize grow height 160 px or 16 ppt'); |
16 |
|
17 |
does_i3_live; |
18 |
|
19 |
+exit_gracefully($pid); |
20 |
+ |
21 |
done_testing; |