We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 431b301 commit cab6ad6Copy full SHA for cab6ad6
mu_repo/tests/test_diff_command.py
@@ -69,7 +69,7 @@ def test_action_diff():
69
if sys.platform.startswith('win'):
70
merge_command = 'winmergeu.exe'
71
else:
72
- merge_command = 'meld'
+ merge_command = 'bcomp'
73
assert [merge_command] == called
74
75
# Test diffing with previous version of HEAD without changes
0 commit comments