Skip to content

Commit cab6ad6

Browse files
committed
Fix failing test on linux due to change in compare program.
1 parent 431b301 commit cab6ad6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mu_repo/tests/test_diff_command.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def test_action_diff():
6969
if sys.platform.startswith('win'):
7070
merge_command = 'winmergeu.exe'
7171
else:
72-
merge_command = 'meld'
72+
merge_command = 'bcomp'
7373
assert [merge_command] == called
7474

7575
# Test diffing with previous version of HEAD without changes

0 commit comments

Comments
 (0)