1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-03-14 14:48:49 +00:00
This commit is contained in:
David 2018-01-01 10:45:29 +00:00
commit b56905d8c6

View File

@ -38,4 +38,4 @@ def test_get_new_command(output):
assert get_new_command(Command('git push --quiet origin', output))\
== "git push --set-upstream origin master --quiet"
assert get_new_command(Command('git -c test=test push --quiet origin', output))\
== "git -c test=test push --set-upstream origin master --quiet"
== "git -c test=test push --set-upstream origin master --quiet"