m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-16 15:23:48 -05:00

[test] Make sure to kill background process

This commit is contained in:
Junegunn Choi
2015-05-10 11:21:21 +09:00
parent 5dc4df9570
commit 732f133940

View File

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