1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-10-30 22:54:14 +00:00

Merge branch 'master' of github.com:nvbn/thefuck

This commit is contained in:
nvbn
2015-07-10 17:58:53 +03:00
4 changed files with 13 additions and 5 deletions

View File

@@ -16,4 +16,4 @@ def test_match(tmux_ambiguous):
def test_get_new_command(tmux_ambiguous):
assert get_new_command(Command('tmux list', stderr=tmux_ambiguous), None)\
== 'tmux list-buffers'
== 'tmux list-keys'