diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2015-05-10 05:01:52 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2015-05-10 05:01:52 +0900 |
| commit | 5dc4df9570e2bd86e3e5f75e7b48943bfcfe6345 (patch) | |
| tree | 08abfc797e4287eed762c4c5b975f11fb0cb66a9 | |
| parent | 7dde8dbbd9ed6056b86ce8040fa60a85207a90c1 (diff) | |
| download | fzf-5dc4df9570e2bd86e3e5f75e7b48943bfcfe6345.tar.gz | |
Fix test cases
| -rw-r--r-- | test/test_go.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/test_go.rb b/test/test_go.rb index aa49a36d..8c31c91e 100644 --- a/test/test_go.rb +++ b/test/test_go.rb @@ -614,6 +614,8 @@ module CompletionTest tmux.send_keys 'C-L' lines[-1].end_with?('no~such~user') end + ensure + File.unlink 'no~such~user' end def test_dir_completion @@ -659,6 +661,7 @@ module CompletionTest tmux.send_keys 'C-L' lines[-1] == "kill #{pid}" end + tmux.send_keys :Enter end end |
