]> git.sur5r.net Git - i3/i3/commitdiff
Test 222: call exit_gracefully
authorTony Crisci <tony@dubstepdish.com>
Wed, 19 Mar 2014 02:38:01 +0000 (22:38 -0400)
committerMichael Stapelberg <michael@stapelberg.de>
Fri, 21 Mar 2014 18:21:19 +0000 (19:21 +0100)
Not calling exit_gracefully causes some other test to fail during a
complete_run sometimes.

testcases/t/222-regress-dock-resize.t

index 0e80a6aa9f4638f54a13d1a5681e2aa2c8a7b6da..b9f9a79799d39033a81960750e762bca66dd7d60 100644 (file)
@@ -39,4 +39,6 @@ cmd('[class="special"] resize grow height 160 px or 16 ppt');
 
 does_i3_live;
 
+exit_gracefully($pid);
+
 done_testing;