[test] Make sure to kill background process

pull/232/merge
Junegunn Choi 9 years ago
parent 5dc4df9570
commit 732f133940

@ -661,7 +661,8 @@ module CompletionTest
tmux.send_keys 'C-L'
lines[-1] == "kill #{pid}"
end
tmux.send_keys :Enter
ensure
Process.kill 'KILL', pid.to_i rescue nil if pid
end
end

Loading…
Cancel
Save