Skip to content
Snippets Groups Projects
Commit 5dc4df95 authored by Junegunn Choi's avatar Junegunn Choi
Browse files

Fix test cases

parent 7dde8dbb
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment