pull with --no-rebase
diff --git a/tests/check_merge_conflict_test.py b/tests/check_merge_conflict_test.py
index 8a848ba..2460277 100644
--- a/tests/check_merge_conflict_test.py
+++ b/tests/check_merge_conflict_test.py
@@ -37,7 +37,7 @@
with repo2.as_cwd():
repo2_f1.write('child\n')
cmd_output('git', 'commit', '--no-gpg-sign', '-am', 'clone commit2')
- cmd_output('git', 'pull', retcode=None)
+ cmd_output('git', 'pull', '--no-rebase', retcode=None)
# We should end up in a merge conflict!
f1 = repo2_f1.read()
assert f1.startswith(