Skip to content

Commit da8ab1f

Browse files
committed
pull with --no-rebase
1 parent 16ff195 commit da8ab1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/check_merge_conflict_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def f1_is_a_conflict_file(tmpdir):
3737
with repo2.as_cwd():
3838
repo2_f1.write('child\n')
3939
cmd_output('git', 'commit', '--no-gpg-sign', '-am', 'clone commit2')
40-
cmd_output('git', 'pull', retcode=None)
40+
cmd_output('git', 'pull', '--no-rebase', retcode=None)
4141
# We should end up in a merge conflict!
4242
f1 = repo2_f1.read()
4343
assert f1.startswith(

0 commit comments

Comments
 (0)